]> Git Repo - qemu.git/blobdiff - migration.c
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
[qemu.git] / migration.c
index bd55a15f8248063b23aeadd9d83174692934927c..300ab75aafb07859f498c7e69ce4a117784683dd 100644 (file)
@@ -99,7 +99,7 @@ void process_incoming_migration(QEMUFile *f)
     if (autostart) {
         vm_start();
     } else {
-        runstate_set(RUN_STATE_PRELAUNCH);
+        runstate_set(RUN_STATE_PAUSED);
     }
 }
 
This page took 0.021057 seconds and 4 git commands to generate.