diff options
author | 2019-03-03 22:50:17 +0800 | |
---|---|---|
committer | 2019-03-06 10:49:18 +0000 | |
commit | db00972922c875ce354a102c94699fe40612c90d (patch) | |
tree | 3a7c52f44b053338b5b900e17ca69537dda7fdd5 /migration/colo.c | |
parent | Migration/colo.c: Fix double close bug when occur COLO failover (diff) | |
download | qemu-db00972922c875ce354a102c94699fe40612c90d.tar.xz qemu-db00972922c875ce354a102c94699fe40612c90d.zip |
Migration/colo.c: Make COLO node running after failover
Delay to close COLO for auto start VM after failover.
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190303145021.2962-4-chen.zhang@intel.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/colo.c')
-rw-r--r-- | migration/colo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/colo.c b/migration/colo.c index a916dc178c..5ba610dc01 100644 --- a/migration/colo.c +++ b/migration/colo.c @@ -874,7 +874,6 @@ out: qemu_fclose(mis->to_src_file); mis->to_src_file = NULL; } - migration_incoming_disable_colo(); rcu_unregister_thread(); return NULL; |