]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Make threshold_size an uint64_t
authorPeter Xu <peterx@redhat.com>
Wed, 17 Jan 2024 07:58:46 +0000 (15:58 +0800)
committerPeter Xu <peterx@redhat.com>
Mon, 29 Jan 2024 03:02:12 +0000 (11:02 +0800)
commita8629e0c2f6778a96f161f15215060cfab5ef2a4
tree8c04d8889cbdb967dcaf3b55b29eaca612923b4e
parent918f620d30a9b0095b7824b8d77a2d6059a439d9
migration: Make threshold_size an uint64_t

It's always used to compare against another uint64_t.  Make it always clear
that it's never a negative.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240117075848.139045-2-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.h