mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 09:32:33 +00:00
migration: unix migration should obey autostart are the other ones
This was the only incoming migration without autostart check Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
cfaf6d36ae
commit
af821177a7
@ -176,6 +176,8 @@ static void unix_accept_incoming_migration(void *opaque)
|
|||||||
qemu_announce_self();
|
qemu_announce_self();
|
||||||
DPRINTF("successfully loaded vm state\n");
|
DPRINTF("successfully loaded vm state\n");
|
||||||
|
|
||||||
|
if (autostart)
|
||||||
|
vm_start();
|
||||||
|
|
||||||
out_fopen:
|
out_fopen:
|
||||||
qemu_fclose(f);
|
qemu_fclose(f);
|
||||||
|
Loading…
Reference in New Issue
Block a user