mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue