Re: [PATCH 1/4] net/colo-compare.c: Fix compare_timeout format issue

2020-09-21 Thread Li Zhijian
On 9/18/20 5:22 PM, Zhang Chen wrote: From: Zhang Chen This parameter need compare with the return of qemu_clock_get_ms(), it is uinit64_t. So we need fix this issue here. Reported-by: Derek Su Signed-off-by: Zhang Chen Reviewed-by: Li Zhijian --- net/colo-compare.c | 12 ++-

[PATCH 1/4] net/colo-compare.c: Fix compare_timeout format issue

2020-09-18 Thread Zhang Chen
From: Zhang Chen This parameter need compare with the return of qemu_clock_get_ms(), it is uinit64_t. So we need fix this issue here. Reported-by: Derek Su Signed-off-by: Zhang Chen --- net/colo-compare.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/col