aboutsummaryrefslogtreecommitdiff
path: root/util/aio-win32.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé1-2/+1
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-7/+1
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau1-3/+6
2023-03-13aio/win32: aio_set_fd_handler() only supports SOCKETMarc-André Lureau1-1/+6
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau1-7/+0
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau1-1/+1
2022-11-06util/aio-win32: Correct the event array size in aio_poll()Bin Meng1-2/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-1/+3
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella1-0/+5
2020-11-03qmp: fix aio_poll() assertion failure on WindowsVolker Rümelin1-1/+7
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+3
2020-09-16tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo1-2/+10
2020-05-18aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi1-0/+4
2020-04-09async: use explicit memory barriersPaolo Bonzini1-3/+14
2019-01-14aio-posix: Fix concurrent aio_poll/set_fd_handler.Remy Noel1-38/+29
2018-08-15aio: Do aio_notify_accept only during blocking aio_pollFam Zheng1-1/+2
2018-05-18iothread: fix epollfd leak in the process of delIOThreadJie Wang1-0/+4
2018-03-26iothread: fix breakage on windowsPeter Xu1-1/+3
2017-07-17util/aio-win32: Only select on what we are actually waiting forAlistair Francis1-3/+10
2017-02-21async: remove unnecessary inc/dec pairsPaolo Bonzini1-4/+4
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini1-9/+4
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini1-6/+0
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini1-2/+0
2017-02-21aio: push aio_context_acquire/release down to dispatchingPaolo Bonzini1-8/+7
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini1-0/+421