Changeset 74147 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 7, 2018 6:43:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
r74113 r74147 1694 1694 PCCPUMFEATURES pGuestFeatures = &pVCpu->CTX_SUFF(pVM)->cpum.s.GuestFeatures; 1695 1695 uint64_t uVmxMsr; 1696 if (pGuestFeatures->fVmx) 1696 if ( pGuestFeatures->fVmx 1697 && pGuestFeatures->fVmxSecondaryExecCtls) 1697 1698 { 1698 1699 uint32_t const fFeatures = (pGuestFeatures->fVmxVirtApicAccess << VMX_BF_PROC_CTLS2_VIRT_APIC_ACCESS_SHIFT )
Note:
See TracChangeset
for help on using the changeset viewer.