aboutsummaryrefslogtreecommitdiff
path: root/util/aio-win32.c
AgeCommit message (Expand)AuthorFilesLines
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