Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46842)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46843)
@@ -1068,5 +1068,4 @@
             {
                 Log4(("hmR0SvmLoadGuestControlRegs: Intercepting Guest CR0.MP Old-style FPU handling!!!\n"));
-                pVmcb->ctrl.u32InterceptException |= RT_BIT(X86_XCPT_MF);
                 fInterceptMF = true;
             }
@@ -1434,6 +1433,4 @@
             pVCpu->hm.s.svm.fSyncVTpr = true;
         }
-
-        pVmcb->ctrl.u64VmcbCleanBits &= ~HMSVM_VMCB_CLEAN_IOPM_MSRPM;
     }
     else
@@ -4395,6 +4392,5 @@
         pCtx->dr[7] |= 0x400;                                                   /* MB1. */
 
-        PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
-        pVmcb->ctrl.u64VmcbCleanBits &= ~HMSVM_VMCB_CLEAN_DRX;
+        pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_DEBUG;
 
         /* Reflect the exception back to the guest. */
