index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
aio.h
Age
Commit message (
Expand
)
Author
2024-06-10
aio: warn about iohandler_ctx special casing
Stefan Hajnoczi
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
2024-01-18
io_uring: move LuringState typedef to block/aio.h
Paolo Bonzini
2024-01-08
iothread: Remove unused Error** argument in aio_context_set_aio_params
Philippe Mathieu-Daudé
2023-12-21
aio: remove aio_context_acquire()/aio_context_release() API
Stefan Hajnoczi
2023-09-20
block: mark aio_poll as non-coroutine
Paolo Bonzini
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-04-28
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
2023-04-25
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
2023-03-13
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
2023-01-20
coroutine: Use Coroutine typedef name instead of structure tag
Markus Armbruster
2023-01-20
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2022-12-15
graph-lock: Introduce a lock to protect block graph operations
Paolo Bonzini
2022-05-09
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2021-07-21
iothread: add aio-max-batch parameter
Stefano Garzarella
2021-07-05
util/async: add a human-readable name to BHs for debugging
Stefan Hajnoczi
2021-06-18
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-05-18
aio-posix: disable fdmon-io_uring when GSource is used
Stefan Hajnoczi
2020-04-09
aio-wait: delegate polling of main AioContext if BQL not held
Paolo Bonzini
2020-03-09
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
2020-03-09
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
2020-03-09
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
2020-03-09
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
2020-03-09
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
2020-02-22
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
2020-02-22
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
2020-01-30
block/io_uring: implements interfaces for io_uring
Aarushi Mehta
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-10-19
qemu-timer: introduce timer attributes
Artem Pisarenko
2018-06-27
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
2017-05-12
aio: add missing aio_notify() to aio_enable_external()
Stefan Hajnoczi
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
2017-01-16
aio: document locking
Paolo Bonzini
2017-01-16
aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
Paolo Bonzini
2017-01-16
aio: rename bh_lock to list_lock
Paolo Bonzini
2017-01-03
aio: self-tune polling time
Stefan Hajnoczi
2017-01-03
aio: add .io_poll_begin/end() callbacks
Stefan Hajnoczi
2017-01-03
aio: add polling mode to AioContext
Stefan Hajnoczi
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
aio: add flag to skip fds to aio_dispatch()
Stefan Hajnoczi
2016-12-22
block: drop remaining legacy aio functions in comment
Yaowei Bai
[next]