Re: [Qemu-devel] [PATCH 4/6] COLO-compare: Add colo-compare remote notify support

2019-06-03 Thread Zhang, Chen
From: Li Zhijian [mailto:lizhij...@cn.fujitsu.com] Sent: Monday, June 3, 2019 10:33 AM To: Zhang, Chen ; Dr. David Alan Gilbert ; Juan Quintela ; zhanghailiang ; Jason Wang ; qemu-dev Cc: Zhang Chen Subject: Re: [PATCH 4/6] COLO-compare: Add colo-compare remote notify support how about do s

Re: [Qemu-devel] [PATCH 4/6] COLO-compare: Add colo-compare remote notify support

2019-06-02 Thread Li Zhijian
how about do switch inside colo_compare_inconsistency_notify(), like: colo_compare_inconsistency_notify(CompareState *s) { if (s->remote_notify) remote_notify else local_notity } Thanks Zhijian On 6/2/19 11:42 AM, Zhang Chen wrote: From: Zhang Ch

[Qemu-devel] [PATCH 4/6] COLO-compare: Add colo-compare remote notify support

2019-06-01 Thread Zhang Chen
From: Zhang Chen This patch make colo-compare can send message to remote COLO frame(Xen) when occur checkpoint. Signed-off-by: Zhang Chen --- net/colo-compare.c | 51 +- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/net/colo-compare