VirtualBox

Changeset 74399 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 21, 2018 9:10:01 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 VM-exit bits.

File:
1 edited

Legend:

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

    r74389 r74399  
    13591359{
    13601360    /** None - don't use this / uninitialized value. */
    1361     VMXABORT_NONE                 = 0,
     1361    VMXABORT_NONE                  = 0,
    13621362    /** VMX abort caused during saving of guest MSRs. */
    1363     VMXABORT_SAVE_GUEST_MSRS      = 1,
     1363    VMXABORT_SAVE_GUEST_MSRS       = 1,
    13641364    /** VMX abort caused during host PDPTE checks. */
    1365     VMXBOART_HOST_PDPTE           = 2,
     1365    VMXBOART_HOST_PDPTE            = 2,
    13661366    /** VMX abort caused due to current VMCS being corrupted. */
    1367     VMXABORT_CURRENT_VMCS_CORRUPT = 3,
     1367    VMXABORT_CURRENT_VMCS_CORRUPT  = 3,
    13681368    /** VMX abort caused during loading of host MSRs. */
    1369     VMXABORT_LOAD_HOST_MSR        = 4,
     1369    VMXABORT_LOAD_HOST_MSR         = 4,
    13701370    /** VMX abort caused due to a machine-check exception during VM-exit. */
    1371     VMXABORT_MACHINE_CHECK_XCPT   = 5,
    1372     /** VMX abort caused due to invalid return to long mode. */
    1373     VMXABORT_HOST_LONG_MODE      = 6,
     1371    VMXABORT_MACHINE_CHECK_XCPT    = 5,
     1372    /** VMX abort caused due to invalid return from long mode. */
     1373    VMXABORT_HOST_NOT_IN_LONG_MODE = 6,
    13741374    /* Type size hack. */
    1375     VMXABORT_32BIT_HACK           = 0x7fffffff
     1375    VMXABORT_32BIT_HACK            = 0x7fffffff
    13761376} VMXABORT;
    13771377AssertCompileSize(VMXABORT, 4);
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