VirtualBox

Changeset 15487 in vbox


Ignore:
Timestamp:
Dec 15, 2008 9:59:09 AM (16 years ago)
Author:
vboxsync
Message:

corrected comments

File:
1 edited

Legend:

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

    r15385 r15487  
    853853/** This control determines whether the guest IA32_PERF_GLOBAL_CTRL MSR is loaded on VM entry. */
    854854#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 exit. */
     855/** This control determines whether the guest IA32_PAT MSR is loaded on VM entry. */
    856856#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 exit. */
     857/** This control determines whether the guest IA32_EFER MSR is loaded on VM entry. */
    858858#define VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_EFER_MSR        RT_BIT(15)
    859859/** @} */
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