|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] userfaultfd: use 1ULL to build ioctl masks |
Date: | Wed, 17 Jan 2024 18:06:24 +0100 |
User-agent: | Mozilla Thunderbird |
On 17/1/24 17:03, Paolo Bonzini wrote:
There is no need to use the Linux-internal __u64 type, 1ULL is guaranteed to be wide enough. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- migration/postcopy-ram.c | 16 +++++++--------- subprojects/libvhost-user/libvhost-user.c | 2 +- tests/qtest/migration-test.c | 4 ++-- 3 files changed, 10 insertions(+), 12 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |