VirtualBox

Changeset 74147 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 7, 2018 6:43:08 PM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Secondary processor-based VM-execution controls reporting fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp

    r74113 r74147  
    16941694    PCCPUMFEATURES pGuestFeatures = &pVCpu->CTX_SUFF(pVM)->cpum.s.GuestFeatures;
    16951695    uint64_t uVmxMsr;
    1696     if (pGuestFeatures->fVmx)
     1696    if (   pGuestFeatures->fVmx
     1697        && pGuestFeatures->fVmxSecondaryExecCtls)
    16971698    {
    16981699        uint32_t const fFeatures = (pGuestFeatures->fVmxVirtApicAccess    << VMX_BF_PROC_CTLS2_VIRT_APIC_ACCESS_SHIFT  )
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette