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
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
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
2016-10-28
iothread: release AioContext around aio_poll
Paolo Bonzini
2016-10-28
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
2016-10-07
async: add aio_bh_schedule_oneshot
Paolo Bonzini
2016-07-26
AioContext: correct comments
Cao jin
2016-07-18
aio-posix: remove useless parameter
Cao jin
2016-07-18
linux-aio: share one LinuxAioState within an AioContext
Paolo Bonzini
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2015-11-09
aio: Introduce aio-epoll.c
Fam Zheng
2015-11-09
aio: Introduce aio_context_setup
Fam Zheng
2015-11-09
aio: Introduce aio_external_disabled
Fam Zheng
2015-11-06
bottom halves: introduce bh call function
Pavel Dovgalyuk
2015-10-23
aio: introduce aio_{disable,enable}_external
Fam Zheng
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-07-29
AioContext: force event loop iteration using BH
Stefan Hajnoczi
2015-07-22
AioContext: optimize clearing the EventNotifier
Paolo Bonzini
2015-07-22
AioContext: fix broken ctx->dispatching optimization
Paolo Bonzini
[next]