Changeset 15487 in vbox
- Timestamp:
- Dec 15, 2008 9:59:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r15385 r15487 853 853 /** This control determines whether the guest IA32_PERF_GLOBAL_CTRL MSR is loaded on VM entry. */ 854 854 #define VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PERF_MSR RT_BIT(13) 855 /** This control determines whether the guest IA32_PAT MSR is loaded on VM e xit. */855 /** This control determines whether the guest IA32_PAT MSR is loaded on VM entry. */ 856 856 #define VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PAT_MSR RT_BIT(14) 857 /** This control determines whether the guest IA32_EFER MSR is loaded on VM e xit. */857 /** This control determines whether the guest IA32_EFER MSR is loaded on VM entry. */ 858 858 #define VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_EFER_MSR RT_BIT(15) 859 859 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.