Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 71758)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 71759)
@@ -2112,4 +2112,6 @@
                == HMSVM_MANDATORY_GUEST_CTRL_INTERCEPTS);
 
+        /** @todo This doesn't make sense. Re-think and remove. */
+#if 1
         /*
          * If we don't expose Virtualized-VMSAVE/VMLOAD feature to the outer guest, we
@@ -2131,4 +2133,5 @@
                                                |  SVM_CTRL_INTERCEPT_STGI;
         }
+#endif
 
         /* Finally, update the VMCB clean bits. */
