VirtualBox

Changeset 77711 in vbox for trunk/include/VBox/vmm/hm_vmx.h


Ignore:
Timestamp:
Mar 15, 2019 6:08:54 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Added VMX_V_VMCS_STATE_ACTIVE for sharing with VMX ring-0 code and upcoming changes.

File:
1 edited

Legend:

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

    r77548 r77711  
    31803180 * @{ */
    31813181/** VMCS state clear. */
    3182 #define VMX_V_VMCS_STATE_CLEAR          RT_BIT(1)
     3182#define VMX_V_VMCS_STATE_CLEAR                                  RT_BIT(0)
     3183/** VMCS state active. */
     3184#define VMX_V_VMCS_STATE_ACTIVE                                 RT_BIT(1)
    31833185/** VMCS state launched. */
    3184 #define VMX_V_VMCS_STATE_LAUNCHED       RT_BIT(2)
     3186#define VMX_V_VMCS_STATE_LAUNCHED                               RT_BIT(2)
    31853187/** @} */
    31863188
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