Changeset 45411 in vbox
- Timestamp:
- Apr 8, 2013 3:02:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r45216 r45411 1052 1052 /** This control determines whether the host IA32_EFER MSR is loaded on VM exit. */ 1053 1053 #define VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_EFER_MSR RT_BIT(21) 1054 /** This control determines whether the value of the VMX preemption timer is saved on VM exit. */ 1054 /** This control determines whether the value of the VMX preemption timer is 1055 * saved on every VM exit. */ 1055 1056 #define VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_VMX_PREEMPT_TIMER RT_BIT(22) 1056 1057 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.