]> git.proxmox.com Git - mirror_qemu.git/commit
userfaultfd: use 1ULL to build ioctl masks
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Jan 2024 16:03:13 +0000 (17:03 +0100)
committerPeter Xu <peterx@redhat.com>
Mon, 29 Jan 2024 03:02:12 +0000 (11:02 +0800)
commit73b4987858cd2e0f5bd9ec626f2f95cce6cf84a1
treed1cd985d11a40c11811aa5a6f8df6ca5af6b14c1
parent7a1dc45af581d2b643cdbf33c01fd96271616fbd
userfaultfd: use 1ULL to build ioctl masks

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20240117160313.175609-1-pbonzini@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/postcopy-ram.c
subprojects/libvhost-user/libvhost-user.c
tests/qtest/migration-test.c