Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 46583)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 46584)
@@ -2719,5 +2719,7 @@
     AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
 
-    if (mMachineState != MachineState_Running) /** @todo Live Migration: ??? */
+    if (   mMachineState != MachineState_Running
+        && mMachineState != MachineState_Teleporting
+        && mMachineState != MachineState_LiveSnapshotting)
         return setInvalidMachineStateError();
 
@@ -5049,4 +5051,5 @@
              || mMachineState == MachineState_Teleporting
              || mMachineState == MachineState_LiveSnapshotting
+             || mMachineState == MachineState_Paused
             )
        )
@@ -5082,4 +5085,6 @@
         }
     }
+    else
+        rc = setInvalidMachineStateError();
 
     /* notify console callbacks on success */
