]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
migration: go to paused state after finishing incoming migration with -S
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index ee3c43ae2f131db8dddef5e325cc7dfe4473ad60..188af45869564c510d0f0b25148f62bdcd1d8b83 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -341,7 +341,7 @@ static const RunStateTransition runstate_transitions_def[] = {
     { RUN_STATE_DEBUG, RUN_STATE_RUNNING },
 
     { RUN_STATE_INMIGRATE, RUN_STATE_RUNNING },
-    { RUN_STATE_INMIGRATE, RUN_STATE_PRELAUNCH },
+    { RUN_STATE_INMIGRATE, RUN_STATE_PAUSED },
 
     { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
     { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },