Index: /trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp	(revision 66043)
+++ /trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp	(revision 66044)
@@ -193,7 +193,9 @@
     pCtx->hwvirt.svm.GCPhysVmcb = GCPhysVmcb;
 
+#if 0
     SVMVMCB Vmcb;
     PVM pVM = pVCpu->CTX_SUFF(pVM);
-    int rc = PGMPhysSimpleReadGCPhys(pVM, &Vmcb, GCPhysVmcb, X86_PAGE_4K_SIZE);
+    //int rc = PGMPhysSimpleReadGCPhys(pVM, &Vmcb, GCPhysVmcb, X86_PAGE_4K_SIZE);
+    int rc = VINF_SUCCESS;
     if (RT_SUCCESS(rc))
     {
@@ -248,4 +250,7 @@
 
     return rc;
+#endif
+    return VERR_NOT_IMPLEMENTED;
+
 }
 
Index: /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h	(revision 66043)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h	(revision 66044)
@@ -5900,5 +5900,5 @@
 #endif
 
-    rcStrict = HMSvmVmrun(pVCpu, pCtx, );
+    VBOXSTRICTRC rcStrict = HMSvmVmrun(pVCpu, pCtx, GCPhysVmcb);
     RT_NOREF(cbInstr);
     return rcStrict;
