Index: /trunk/src/VBox/Main/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MachineImpl.cpp	(revision 23696)
+++ /trunk/src/VBox/Main/MachineImpl.cpp	(revision 23697)
@@ -6002,5 +6002,10 @@
 
         if (    mData->mMachineState == MachineState_Saved
+#ifdef VBOX_WITH_LIVE_MIGRATION /** @todo fix this properly... a new state for indicating migration? */
+             || (   mData->mMachineState == MachineState_Restoring
+                 && !mSSData->mStateFilePath.isEmpty() )
+#else
              || mData->mMachineState == MachineState_Restoring
+#endif
            )
         {
