On Mon, 21 Feb 2022 at 15:02, Stefan Hajnoczi <[email protected]> wrote: > So the QEMU add_poll_remove_sqe() function would do: > > io_uring_prep_poll_remove(sqe, (__u64)(uintptr_t)node);
__u64 is a linux-kernel-ism -- we should use uint64_t, I think. thanks -- PMM
