qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] userfaultfd: use 1ULL to build ioctl masks


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>




reply via email to

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