Re: [Qemu-devel] [PATCH V7 RESEND 05/17] COLO: Add block replication into colo process

2018-05-16 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangc...@gmail.com) wrote: > Make sure master start block replication after slave's block > replication started. > > Besides, we need to activate VM's blocks before goes into > COLO state. Stefan: This looks mostly OK to me, how does it look from the block side? The only thing I'd

[Qemu-devel] [PATCH V7 RESEND 05/17] COLO: Add block replication into colo process

2018-05-14 Thread Zhang Chen
Make sure master start block replication after slave's block replication started. Besides, we need to activate VM's blocks before goes into COLO state. Signed-off-by: zhanghailiang Signed-off-by: Li Zhijian Signed-off-by: Zhang Chen --- migration/colo.c | 43 +