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