提交 1ad32e3f 编写于 作者: A Avi Kivity 提交者: Anthony Liguori

Do not disable autostart for live migration

If the user does not want autostart, they can specify -S.
Signed-off-by: NAvi Kivity <avi@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 a3798399
......@@ -6081,12 +6081,10 @@ int main(int argc, char **argv, char **envp)
do_loadvm(cur_mon, loadvm);
if (incoming) {
autostart = 0;
qemu_start_incoming_migration(incoming);
}
else if (autostart)
} else if (autostart) {
vm_start();
}
#ifndef _WIN32
if (daemonize) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册