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

2020-10-15 Thread Philippe Mathieu-Daudé
On 10/14/20 9:25 AM, 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. Typo "uint64_t" Please add: Fixes: 9cc43c94b31 ("net/colo-compare.c: Expose "compare_timeout" to users") Reviewed-by:

[PATCH 07/10] net/colo-compare.c: Fix compare_timeout format issue

2020-10-14 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 Reviewed-by: Li Zhijian --- net/colo-compare.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions