Changeset 48183 in vbox
- Timestamp:
- Aug 30, 2013 9:41:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48174 r48183 1324 1324 1325 1325 /** 1326 * Loads the guest debug registers into the VMCB. 1326 * Loads the guest debug registers (DR6, DR7) into the VMCB and programs the 1327 * necessary intercepts accordingly. 1327 1328 * 1328 1329 * @param pVCpu Pointer to the VMCPU. … … 1385 1386 fInterceptDB = true; 1386 1387 fInterceptMovDRx = true; 1387 Log5(("hm : Loaded hyper DRx\n"));1388 Log5(("hmR0SvmLoadGuestDebugRegs: Loaded hyper DRx\n")); 1388 1389 } 1389 1390 else … … 1413 1414 Assert(!CPUMIsHyperDebugStateActive(pVCpu)); 1414 1415 Assert(CPUMIsGuestDebugStateActive(pVCpu) || HC_ARCH_BITS == 32); 1415 Log5(("hm : Loaded guest DRx\n"));1416 Log5(("hmR0SvmLoadGuestDebugRegs: Loaded guest DRx\n")); 1416 1417 } 1417 1418 /*
Note:
See TracChangeset
for help on using the changeset viewer.