VirtualBox

Changeset 13051 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 7, 2008 2:08:01 PM (16 years ago)
Author:
vboxsync
Message:

Comment updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13049 r13051  
    349349    val  = pVM->hwaccm.s.vmx.msr.vmx_exit.n.disallowed0;
    350350
    351     /* Save debug controls (dr7 & IA32_DEBUGCTL_MSR) (forced to 1 on the 'first' VT-x capable CPUs) */
     351    /* Save debug controls (dr7 & IA32_DEBUGCTL_MSR) (forced to 1 on the 'first' VT-x capable CPUs; this actually includes the newest Nehalem CPUs) */
    352352    val |= VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG;
    353353#if HC_ARCH_BITS == 64
     
    12601260     */
    12611261    val  = pVM->hwaccm.s.vmx.msr.vmx_entry.n.disallowed0;
    1262     /* Load guest debug controls (dr7 & IA32_DEBUGCTL_MSR) (forced to 1 on the 'first' VT-x capable CPUs) */
     1262    /* Load guest debug controls (dr7 & IA32_DEBUGCTL_MSR) (forced to 1 on the 'first' VT-x capable CPUs; this actually includes the newest Nehalem CPUs) */
    12631263    val |= VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG;
    12641264
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