Changeset 11706 in vbox
- Timestamp:
- Aug 27, 2008 2:58:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r11697 r11706 201 201 memset(pVM->hwaccm.s.vmx.pMSRBitmap, 0xff, PAGE_SIZE); 202 202 } 203 203 204 #ifdef LOG_ENABLED 204 205 SUPR0Printf("VMXR0InitVM %x VMCS=%x (%x) RealModeTSS=%x (%x)\n", pVM, pVM->hwaccm.s.vmx.pVMCS, (uint32_t)pVM->hwaccm.s.vmx.pVMCSPhys, pVM->hwaccm.s.vmx.pRealModeTSS, (uint32_t)pVM->hwaccm.s.vmx.pRealModeTSSPhys); … … 311 312 #endif 312 313 314 #ifdef VBOX_WITH_VTX_MSR_BITMAPS 313 315 if (pVM->hwaccm.s.vmx.msr.vmx_proc_ctls.n.allowed1 & VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS) 314 316 { … … 316 318 val |= VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS; 317 319 } 320 #endif 318 321 319 322 /* Mask away the bits that the CPU doesn't support */
Note:
See TracChangeset
for help on using the changeset viewer.