Age | Commit message (Expand) | Author | Files | Lines |
2022-11-06 | util/aio-win32: Correct the event array size in aio_poll() | Bin Meng | 1 | -2/+3 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -1/+3 |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella | 1 | -0/+5 |
2020-11-03 | qmp: fix aio_poll() assertion failure on Windows | Volker RĂ¼melin | 1 | -1/+7 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -2/+3 |
2020-09-16 | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a... | Yonggang Luo | 1 | -2/+10 |
2020-05-18 | aio-posix: disable fdmon-io_uring when GSource is used | Stefan Hajnoczi | 1 | -0/+4 |
2020-04-09 | async: use explicit memory barriers | Paolo Bonzini | 1 | -3/+14 |
2019-01-14 | aio-posix: Fix concurrent aio_poll/set_fd_handler. | Remy Noel | 1 | -38/+29 |
2018-08-15 | aio: Do aio_notify_accept only during blocking aio_poll | Fam Zheng | 1 | -1/+2 |
2018-05-18 | iothread: fix epollfd leak in the process of delIOThread | Jie Wang | 1 | -0/+4 |
2018-03-26 | iothread: fix breakage on windows | Peter Xu | 1 | -1/+3 |
2017-07-17 | util/aio-win32: Only select on what we are actually waiting for | Alistair Francis | 1 | -3/+10 |
2017-02-21 | async: remove unnecessary inc/dec pairs | Paolo Bonzini | 1 | -4/+4 |
2017-02-21 | aio-posix: partially inline aio_dispatch into aio_poll | Paolo Bonzini | 1 | -9/+4 |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 1 | -6/+0 |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini | 1 | -2/+0 |
2017-02-21 | aio: push aio_context_acquire/release down to dispatching | Paolo Bonzini | 1 | -8/+7 |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini | 1 | -0/+421 |