Changeset 59614 in vbox for trunk/include/VBox
- Timestamp:
- Feb 9, 2016 12:44:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r59603 r59614 1349 1349 /** Activate VMX preemption timer. */ 1350 1350 #define VMX_VMCS_CTRL_PIN_EXEC_PREEMPT_TIMER RT_BIT(6) 1351 /** Process interrupts with the posted-interrupt notification vector. */ 1352 #define VMX_VMCS_CTRL_PIN_EXEC_POSTED_INTR RT_BIT(7) 1351 1353 /* All other bits are reserved and must be set according to MSR IA32_VMX_PROCBASED_CTLS. */ 1352 1354 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.