VirtualBox

Changeset 15725 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 23, 2008 1:43:38 PM (16 years ago)
Author:
vboxsync
Message:

Extra flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r15487 r15725  
    778778/** Non-maskable interrupts cause VM exits if set; otherwise dispatched through the guest's IDT. */
    779779#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT                RT_BIT(3)
     780/** Virtual NMIs. */
     781#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI             RT_BIT(5)
     782/** Activate VMX preemption timer. */
     783#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_PREEMPT_TIMER           RT_BIT(6)
    780784/* All other bits are reserved and must be set according to MSR IA32_VMX_PROCBASED_CTLS. */
    781785/** @} */
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