VirtualBox

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


Ignore:
Timestamp:
Sep 20, 2018 10:06:30 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Add VMX abort reasons.

File:
1 edited

Legend:

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

    r74375 r74381  
    13481348    VMXINSTRERR_INVEPT_INVVPID_INVALID_OPERAND = 28
    13491349} VMXINSTRERR;
     1350/** @} */
     1351
     1352
     1353/** @name VMX abort reasons.
     1354 * See Intel spec. "27.7 VMX Aborts".
     1355 * @{
     1356 */
     1357typedef enum
     1358{
     1359    VMXABORT_SAVE_GUEST_MSRS      = 1,
     1360    VMXBOART_HOST_PDPTE           = 2,
     1361    VMXABORT_CURRENT_VMCS_CORRUPT = 3,
     1362    VMXABORT_LOAD_HOST_MSR        = 4,
     1363    VMXABORT_MACHINE_CHECK_XCPT   = 5,
     1364    VMXABORT_HOST_LONG_MODE       = 6
     1365} VMXABORT;
    13501366/** @} */
    13511367
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