Changeset 87557 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 3, 2021 11:07:24 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87556 r87557 520 520 bool fSupportsVmcsEferForRing3; 521 521 /** Whether to use VMCS shadowing. */ 522 bool fUseVmcsShadowing ;522 bool fUseVmcsShadowingForRing3; 523 523 /** Set if Last Branch Record (LBR) is enabled. */ 524 524 bool fLbr; … … 647 647 /** Set if the preemption timer is in use. */ 648 648 bool fUsePreemptTimer; 649 bool afAlignment1[2]; 649 /** Whether to use VMCS shadowing. */ 650 bool fUseVmcsShadowing; 651 bool afAlignment1[1]; 650 652 /** Set if VPID is supported (copy in HM::vmx::fVpidForRing3). */ 651 653 bool fVpid;
Note:
See TracChangeset
for help on using the changeset viewer.