Re: [Qemu-devel] [PATCH] colo-compare: Fix old packet check bug.

2017-04-13 Thread Jason Wang
On 2017年04月12日 20:12, Zhang Chen wrote: If colo-compare find one old packet,we can notify colo-frame do checkpoint, no need continue find more old packet here. Signed-off-by: Zhang Chen --- net/colo-compare.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --gi

[Qemu-devel] [PATCH] colo-compare: Fix old packet check bug.

2017-04-12 Thread Zhang Chen
If colo-compare find one old packet,we can notify colo-frame do checkpoint, no need continue find more old packet here. Signed-off-by: Zhang Chen --- net/colo-compare.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/net/colo-compare.c b/net/colo-compare.c in