Index: /trunk/src/VBox/VMM/VM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VM.cpp	(revision 225)
+++ /trunk/src/VBox/VMM/VM.cpp	(revision 226)
@@ -1155,4 +1155,6 @@
      * ACPI and we find the VMSTATE_OFF. Just ignore the second power-off request.
      */
+    /** @todo r=bird: We should find a proper solution to this problem. This is just a workaround. 
+     * Guest code should really run after we've entered VMSTATE_OFF really... */
     if (pVM->enmVMState == VMSTATE_OFF)
         return VINF_EM_OFF;
