Changeset 87534 in vbox
- Timestamp:
- Feb 2, 2021 12:56:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r86512 r87534 4627 4627 * Query the MSRs from the hardware. 4628 4628 */ 4629 /** @todo Cache MSR values so future accesses can avoid querying the hardware as4630 * it may be expensive (esp. in nested virtualization scenarios). Do this4631 * with proper locking and race safety. */4632 4629 SUPHWVIRTMSRS Msrs; 4633 4630 RT_ZERO(Msrs);
Note:
See TracChangeset
for help on using the changeset viewer.