VirtualBox

Changeset 52573 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 2, 2014 4:16:48 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to EFER.LMA and LME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r52282 r52573  
    209209/** VMCS' EFER MSR.LMA does not match the IA32e mode guest control. */
    210210#define VMX_IGS_EFER_LMA_GUEST_MODE_MISMATCH                    14
    211 /** VMCS' EFER MSR.LMA does not match CR0.PG of the guest when not using
    212  *  unrestricted guest. */
    213 #define VMX_IGS_EFER_LMA_PG_MISMATCH                            15
     211/** VMCS' EFER MSR.LMA does not match EFER.LME of the guest when using paging
     212 *  without unrestricted guest. */
     213#define VMX_IGS_EFER_LMA_LME_MISMATCH                            15
    214214/** CS.Attr.P bit invalid. */
    215215#define VMX_IGS_CS_ATTR_P_INVALID                               16
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