Changeset 46843 in vbox
- Timestamp:
- Jun 27, 2013 1:50:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46842 r46843 1068 1068 { 1069 1069 Log4(("hmR0SvmLoadGuestControlRegs: Intercepting Guest CR0.MP Old-style FPU handling!!!\n")); 1070 pVmcb->ctrl.u32InterceptException |= RT_BIT(X86_XCPT_MF);1071 1070 fInterceptMF = true; 1072 1071 } … … 1434 1433 pVCpu->hm.s.svm.fSyncVTpr = true; 1435 1434 } 1436 1437 pVmcb->ctrl.u64VmcbCleanBits &= ~HMSVM_VMCB_CLEAN_IOPM_MSRPM;1438 1435 } 1439 1436 else … … 4395 4392 pCtx->dr[7] |= 0x400; /* MB1. */ 4396 4393 4397 PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; 4398 pVmcb->ctrl.u64VmcbCleanBits &= ~HMSVM_VMCB_CLEAN_DRX; 4394 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_DEBUG; 4399 4395 4400 4396 /* Reflect the exception back to the guest. */
Note:
See TracChangeset
for help on using the changeset viewer.