aboutsummaryrefslogtreecommitdiff
path: root/util/fdmon-io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-1/+1
2023-08-30aio-posix: zero out io_uring sqe user_dataStefan Hajnoczi1-0/+2
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-7/+1
2022-03-17aio-posix: fix build failure io_uring 2.2Haiyue Wang1-0/+4
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-6/+6
2020-05-18aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()Stefan Hajnoczi1-3/+10
2020-04-09aio-posix: signal-proof fdmon-io_uringStefan Hajnoczi1-2/+8
2020-04-03aio-posix: fix test-aio /aio/event/wait with fdmon-io_uringStefan Hajnoczi1-1/+6
2020-03-23aio-posix: fix io_uring with external eventsStefan Hajnoczi1-1/+12
2020-03-09aio-posix: support userspace polling of fd monitoringStefan Hajnoczi1-0/+6
2020-03-09aio-posix: add io_uring fd monitoring implementationStefan Hajnoczi1-0/+326