aboutsummaryrefslogtreecommitdiff
path: root/include/block/aio.h
AgeCommit message (Expand)Author
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
2016-10-28iothread: release AioContext around aio_pollPaolo Bonzini
2016-10-28aio: introduce qemu_get_current_aio_contextPaolo Bonzini
2016-10-07async: add aio_bh_schedule_oneshotPaolo Bonzini
2016-07-26AioContext: correct commentsCao jin
2016-07-18aio-posix: remove useless parameterCao jin
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2015-11-09aio: Introduce aio-epoll.cFam Zheng
2015-11-09aio: Introduce aio_context_setupFam Zheng
2015-11-09aio: Introduce aio_external_disabledFam Zheng
2015-11-06bottom halves: introduce bh call functionPavel Dovgalyuk