sim-card
/
qemu
Archived
10
0
Fork 0

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:
Juan Quintela 2010-03-10 00:10:36 +01:00 committed by Anthony Liguori
parent cfaf6d36ae
commit af821177a7
1 changed files with 2 additions and 0 deletions

View File

@ -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);