Looks like these ```c #define GUEST_MEMFD_FLAG_MMAP (1ULL << 0) #define GUEST_MEMFD_FLAG_INIT_SHARED (1ULL << 1) ``` weren't picked up with the ioctl itself (#264).