Changeset 13051 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 7, 2008 2:08:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13049 r13051 349 349 val = pVM->hwaccm.s.vmx.msr.vmx_exit.n.disallowed0; 350 350 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) */ 352 352 val |= VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG; 353 353 #if HC_ARCH_BITS == 64 … … 1260 1260 */ 1261 1261 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) */ 1263 1263 val |= VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG; 1264 1264
Note:
See TracChangeset
for help on using the changeset viewer.