From: Juan Quintela Date: Tue, 9 Mar 2010 23:10:36 +0000 (+0100) Subject: migration: unix migration should obey autostart are the other ones X-Git-Tag: v0.13.0-rc0~1049 X-Git-Url: https://git.proxmox.com/?p=qemu.git;a=commitdiff_plain;h=af821177a73f1f1a2160b1d1a540847b2d69361e migration: unix migration should obey autostart are the other ones This was the only incoming migration without autostart check Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/migration-unix.c b/migration-unix.c index ce59a2a9e..49de1b9e8 100644 --- a/migration-unix.c +++ b/migration-unix.c @@ -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);