VirtualBox

Ignore:
Timestamp:
May 22, 2019 9:41:16 AM (6 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:9180 Added RTIT_CTL MSR to the virtual VMCS. Brought up rest of HM definitions to the latest VT-x specs. Spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMAll.cpp

    r78253 r78650  
    113113    EXIT_REASON(VMX_EXIT_PML_FULL               ,  62, "Page-modification log full."),
    114114    EXIT_REASON(VMX_EXIT_XSAVES                 ,  63, "XSAVES instruction."),
    115     EXIT_REASON(VMX_EXIT_XRSTORS                ,  64, "XRSTORS instruction.")
     115    EXIT_REASON(VMX_EXIT_XRSTORS                ,  64, "XRSTORS instruction."),
     116    EXIT_REASON_NIL(),
     117    EXIT_REASON(VMX_EXIT_SPP_EVENT              ,  66, "SPP-related event."),
     118    EXIT_REASON(VMX_EXIT_UMWAIT                 ,  67, "UMWAIT instruction."),
     119    EXIT_REASON(VMX_EXIT_TPAUSE                 ,  68, "TPAUSE instruction.")
    116120};
    117121/** Array index of the last valid VT-x exit reason. */
    118 #define MAX_EXITREASON_VTX                         64
     122#define MAX_EXITREASON_VTX                         68
    119123
    120124/** A partial list of \#EXIT reason descriptions for AMD-V, used to describe
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