mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Cross-check each UFFDIO_* constant against the Linux _IOC(dir, type, nr, size) encoding formula at compile time so that transposed direction bits or struct sizes are caught immediately rather than silently producing wrong ioctl numbers at runtime. Signed-off-by: Shayon Mukherjee <shayonj@gmail.com>