Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46843)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46844)
@@ -4384,14 +4384,4 @@
     if (rc == VINF_EM_RAW_GUEST_TRAP)
     {
-        /* X86_DR7_GD will be cleared if DRx accesses should be trapped inside the guest. */
-        pCtx->dr[7] &= ~X86_DR7_GD;
-
-        /* Paranoia. */
-        pCtx->dr[7] &= 0xffffffff;                                              /* Upper 32 bits MBZ. */
-        pCtx->dr[7] &= ~(RT_BIT(11) | RT_BIT(12) | RT_BIT(14) | RT_BIT(15));    /* MBZ. */
-        pCtx->dr[7] |= 0x400;                                                   /* MB1. */
-
-        pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_DEBUG;
-
         /* Reflect the exception back to the guest. */
         SVMEVENT Event;
