Message ID | 1464940366-9880-25-git-send-email-zhang.zhanghailiang@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/migration/colo.c b/migration/colo.c index 55c8d35..16f402f 100644 --- a/migration/colo.c +++ b/migration/colo.c @@ -391,6 +391,11 @@ static void colo_process_checkpoint(MigrationState *s) qemu_mutex_unlock_iothread(); trace_colo_vm_state_change("stop", "run"); + ret = global_state_store(); + if (ret < 0) { + goto out; + } + while (s->state == MIGRATION_STATUS_COLO) { if (failover_request_is_active()) { error_report("failover request");