VirtualBox

Changeset 76952 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 23, 2019 11:00:57 AM (6 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:9180 Clear VM-entry interruption information's valid bit on VM-exit. Save EFER.LMA to VMCS on VM-exit if the feature is enabled. Be careful while converting boolean expressions to uint8_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r76886 r76952  
    17291729        Assert(!pGuestFeat->fVmxUseTscScaling);
    17301730    }
     1731    if (pGuestFeat->fVmxUnrestrictedGuest)
     1732    {
     1733        /* See footnote in Intel spec. 27.2 "Recording VM-Exit Information And Updating VM-entry Control Fields". */
     1734        Assert(pGuestFeat->fVmxExitSaveEferLma);
     1735    }
    17311736
    17321737    /*
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