Changeset 52573 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 2, 2014 4:16:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r52282 r52573 209 209 /** VMCS' EFER MSR.LMA does not match the IA32e mode guest control. */ 210 210 #define VMX_IGS_EFER_LMA_GUEST_MODE_MISMATCH 14 211 /** VMCS' EFER MSR.LMA does not match CR0.PG of the guest when not using212 * unrestricted guest. */213 #define VMX_IGS_EFER_LMA_ PG_MISMATCH 15211 /** 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 214 214 /** CS.Attr.P bit invalid. */ 215 215 #define VMX_IGS_CS_ATTR_P_INVALID 16
Note:
See TracChangeset
for help on using the changeset viewer.