Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 92410)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 92411)
@@ -2408,5 +2408,7 @@
         && pGVM->pSelf    == pGVM
         && enmOperation != VMMR0_DO_GVMM_DESTROY_VM
-        && enmOperation != VMMR0_DO_GVMM_SCHED_WAKE_UP /* idCpu is not caller but target. Sigh. */ /** @todo fix*/
+        && enmOperation != VMMR0_DO_GVMM_REGISTER_VMCPU
+        && enmOperation != VMMR0_DO_GVMM_SCHED_WAKE_UP  /* idCpu is not caller but target. Sigh. */ /** @todo fix*/
+        && enmOperation != VMMR0_DO_GVMM_SCHED_POKE     /* idCpu is not caller but target. Sigh. */ /** @todo fix*/
        )
     {
