aboutsummaryrefslogtreecommitdiff
path: root/util/aio-posix.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-25aio-posix: Assert that aio_poll() is always called in home threadKevin Wolf1-1/+2
2019-01-14aio-posix: Fix concurrent aio_poll/set_fd_handler.Remy Noel1-36/+53
2019-01-14aio-posix: Unregister fd from ctx epoll when removing fd_handler.Remy Noel1-0/+3
2018-10-29util: aio-posix: fix a typoLi Qiang1-1/+1
2018-09-26aio-posix: do skip system call if ctx->notifier polling succeedsPaolo Bonzini1-3/+4
2018-09-26aio-posix: compute timeout before pollingPaolo Bonzini1-25/+34
2018-09-26aio-posix: fix concurrent access to poll_disable_cntPaolo Bonzini1-11/+15
2018-08-15aio-posix: Improve comment around marking node deletedFam Zheng1-1/+1
2018-08-15aio: Do aio_notify_accept only during blocking aio_pollFam Zheng1-2/+2
2018-08-15aio-posix: Don't count ctx->notifier as progress when pollingFam Zheng1-1/+2
2018-05-18iothread: fix epollfd leak in the process of delIOThreadJie Wang1-3/+10
2018-02-10async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2017-11-06aio-posix: drop QEMU_AIO_POLL_MAX_NS env varStefan Hajnoczi1-7/+0
2017-10-03aio: fix assert when remove poll during destroyStefan Hajnoczi1-1/+8
2017-02-21async: remove unnecessary inc/dec pairsPaolo Bonzini1-5/+3
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini1-30/+14
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini1-7/+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-14/+11
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini1-0/+758