提交 48212d87 编写于 作者: J Juan Quintela

migration: Register global state section before loadvm

Otherwise, it is not found
Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 72e72e1a
......@@ -4615,6 +4615,7 @@ int main(int argc, char **argv, char **envp)
}
qemu_system_reset(VMRESET_SILENT);
register_global_state();
if (loadvm) {
if (load_vmstate(loadvm) < 0) {
autostart = 0;
......@@ -4628,7 +4629,6 @@ int main(int argc, char **argv, char **envp)
return 0;
}
register_global_state();
if (incoming) {
Error *local_err = NULL;
qemu_start_incoming_migration(incoming, &local_err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册