mirror of https://github.com/xemu-project/xemu.git
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();
|
||||
DPRINTF("successfully loaded vm state\n");
|
||||
|
||||
if (autostart)
|
||||
vm_start();
|
||||
|
||||
out_fopen:
|
||||
qemu_fclose(f);
|
||||
|
|
Loading…
Reference in New Issue