Re: [Qemu-devel] [PATCH V3 2/7] Migration/colo.c: Fix COLO failover status error

2019-03-08 Thread Dr. David Alan Gilbert
* Zhang Chen (chen.zh...@intel.com) wrote: > From: Zhang Chen > > When finished COLO failover, the status is FAILOVER_STATUS_COMPLETED. > The origin codes misunderstand the FAILOVER_STATUS_REQUIRE. > > Signed-off-by: Zhang Chen OK, don't fully understand the colo states, but: Reviewed-by: Dr

[Qemu-devel] [PATCH V3 2/7] Migration/colo.c: Fix COLO failover status error

2019-03-03 Thread Zhang Chen
From: Zhang Chen When finished COLO failover, the status is FAILOVER_STATUS_COMPLETED. The origin codes misunderstand the FAILOVER_STATUS_REQUIRE. Signed-off-by: Zhang Chen --- migration/colo.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/migration/colo.c b/migrat