Re: [PATCH 1/3] migration: Make threshold_size an uint64_t

2024-01-19 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > It's always used to compare against another uint64_t. Make it always clear > that it's never a negative. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

Re: [PATCH 1/3] migration: Make threshold_size an uint64_t

2024-01-17 Thread Philippe Mathieu-Daudé
On 17/1/24 08:58, pet...@redhat.com wrote: From: Peter Xu It's always used to compare against another uint64_t. Make it always clear that it's never a negative. Signed-off-by: Peter Xu --- migration/migration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe

[PATCH 1/3] migration: Make threshold_size an uint64_t

2024-01-17 Thread peterx
From: Peter Xu It's always used to compare against another uint64_t. Make it always clear that it's never a negative. Signed-off-by: Peter Xu --- migration/migration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/migration.h b/migration/migration.h index 17972