提交 af821177 编写于 作者: J Juan Quintela 提交者: Anthony Liguori

migration: unix migration should obey autostart are the other ones

This was the only incoming migration without autostart check
Signed-off-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 cfaf6d36
...@@ -176,6 +176,8 @@ static void unix_accept_incoming_migration(void *opaque) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册