qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/3] migration: Make threshold_size an uint64_t
Date: Wed, 17 Jan 2024 09:09:27 +0100
User-agent: Mozilla Thunderbird

On 17/1/24 08:58, peterx@redhat.com wrote:
From: Peter Xu <peterx@redhat.com>

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 <peterx@redhat.com>
---
  migration/migration.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]