aboutsummaryrefslogtreecommitdiff
path: root/include/block/aio.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini1-2/+1
2016-10-28iothread: release AioContext around aio_pollPaolo Bonzini1-3/+0
2016-10-28aio: introduce qemu_get_current_aio_contextPaolo Bonzini1-0/+18
2016-10-07async: add aio_bh_schedule_oneshotPaolo Bonzini1-0/+6
2016-07-26AioContext: correct commentsCao jin1-1/+1
2016-07-18aio-posix: remove useless parameterCao jin1-1/+1
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini1-0/+13
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2015-11-09aio: Introduce aio-epoll.cFam Zheng1-0/+5
2015-11-09aio: Introduce aio_context_setupFam Zheng1-0/+8
2015-11-09aio: Introduce aio_external_disabledFam Zheng1-0/+11
2015-11-06bottom halves: introduce bh call functionPavel Dovgalyuk1-0/+5
2015-10-23aio: introduce aio_{disable,enable}_externalFam Zheng1-0/+38
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-0/+2
2015-07-29AioContext: force event loop iteration using BHStefan Hajnoczi1-0/+3
2015-07-22AioContext: optimize clearing the EventNotifierPaolo Bonzini1-1/+31
2015-07-22AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini1-6/+23
2015-06-12main-loop: Drop qemu_set_fd_handler2Fam Zheng1-1/+1
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini1-6/+7
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini1-3/+0