aboutsummaryrefslogtreecommitdiff
path: root/include/block/aio.h
AgeCommit message (Expand)Author
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-05-18aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi
2020-04-09aio-wait: delegate polling of main AioContext if BQL not heldPaolo Bonzini
2020-03-09aio-posix: remove idle poll handlers to improve scalabilityStefan Hajnoczi
2020-03-09aio-posix: support userspace polling of fd monitoringStefan Hajnoczi
2020-03-09aio-posix: add io_uring fd monitoring implementationStefan Hajnoczi
2020-03-09aio-posix: simplify FDMonOps->update() prototypeStefan Hajnoczi
2020-03-09aio-posix: extract ppoll(2) and epoll(7) fd monitoringStefan Hajnoczi
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi
2020-02-22util/async: make bh_aio_poll() O(1)Stefan Hajnoczi
2020-01-30block/io_uring: implements interfaces for io_uringAarushi Mehta
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan
2018-05-18iothread: fix epollfd leak in the process of delIOThreadJie Wang
2018-03-02aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi
2017-05-12aio: add missing aio_notify() to aio_enable_external()Stefan Hajnoczi
2017-04-11async: Introduce aio_co_enterFam Zheng
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini
2017-01-16aio: document lockingPaolo Bonzini
2017-01-16aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bhPaolo Bonzini
2017-01-16aio: rename bh_lock to list_lockPaolo Bonzini
2017-01-03aio: self-tune polling timeStefan Hajnoczi
2017-01-03aio: add .io_poll_begin/end() callbacksStefan Hajnoczi
2017-01-03aio: add polling mode to AioContextStefan Hajnoczi
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2017-01-03aio: add flag to skip fds to aio_dispatch()Stefan Hajnoczi
2016-12-22block: drop remaining legacy aio functions in commentYaowei Bai
2016-10-28aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini