Changeset 15725 in vbox for trunk/include/VBox
- Timestamp:
- Dec 23, 2008 1:43:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r15487 r15725 778 778 /** Non-maskable interrupts cause VM exits if set; otherwise dispatched through the guest's IDT. */ 779 779 #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) 780 784 /* All other bits are reserved and must be set according to MSR IA32_VMX_PROCBASED_CTLS. */ 781 785 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.