index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
aio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
1
-0
/
+8
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
1
-2
/
+5
2017-05-12
aio: add missing aio_notify() to aio_enable_external()
Stefan Hajnoczi
1
-2
/
+8
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
1
-0
/
+9
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
1
-5
/
+1
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
1
-0
/
+32
2017-01-16
aio: document locking
Paolo Bonzini
1
-16
/
+16
2017-01-16
aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
Paolo Bonzini
1
-7
/
+5
2017-01-16
aio: rename bh_lock to list_lock
Paolo Bonzini
1
-1
/
+1
2017-01-03
aio: self-tune polling time
Stefan Hajnoczi
1
-2
/
+8
2017-01-03
aio: add .io_poll_begin/end() callbacks
Stefan Hajnoczi
1
-0
/
+20
2017-01-03
aio: add polling mode to AioContext
Stefan Hajnoczi
1
-0
/
+16
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-1
/
+4
2017-01-03
aio: add flag to skip fds to aio_dispatch()
Stefan Hajnoczi
1
-1
/
+5
2016-12-22
block: drop remaining legacy aio functions in comment
Yaowei Bai
1
-2
/
+2
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
1
-2
/
+1
2016-10-28
iothread: release AioContext around aio_poll
Paolo Bonzini
1
-3
/
+0
2016-10-28
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
1
-0
/
+18
2016-10-07
async: add aio_bh_schedule_oneshot
Paolo Bonzini
1
-0
/
+6
2016-07-26
AioContext: correct comments
Cao jin
1
-1
/
+1
2016-07-18
aio-posix: remove useless parameter
Cao jin
1
-1
/
+1
2016-07-18
linux-aio: share one LinuxAioState within an AioContext
Paolo Bonzini
1
-0
/
+13
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
1
-1
/
+0
2015-11-09
aio: Introduce aio-epoll.c
Fam Zheng
1
-0
/
+5
2015-11-09
aio: Introduce aio_context_setup
Fam Zheng
1
-0
/
+8
2015-11-09
aio: Introduce aio_external_disabled
Fam Zheng
1
-0
/
+11
2015-11-06
bottom halves: introduce bh call function
Pavel Dovgalyuk
1
-0
/
+5
2015-10-23
aio: introduce aio_{disable,enable}_external
Fam Zheng
1
-0
/
+38
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-0
/
+2
2015-07-29
AioContext: force event loop iteration using BH
Stefan Hajnoczi
1
-0
/
+3
2015-07-22
AioContext: optimize clearing the EventNotifier
Paolo Bonzini
1
-1
/
+31
2015-07-22
AioContext: fix broken ctx->dispatching optimization
Paolo Bonzini
1
-6
/
+23
2015-06-12
main-loop: Drop qemu_set_fd_handler2
Fam Zheng
1
-1
/
+1
2015-04-28
AioContext: acquire/release AioContext during aio_poll
Paolo Bonzini
1
-6
/
+7
2015-04-28
aio-posix: move pollfds to thread-local storage
Paolo Bonzini
1
-3
/
+0
2015-01-14
qemu-timer: rename timer_init to timer_init_tl
Paolo Bonzini
1
-1
/
+1
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-3
/
+3
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-4
/
+4
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
1
-1
/
+1
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
block: Drop AIOCBInfo.cancel
Fam Zheng
1
-1
/
+0
2014-09-22
block: Add bdrv_aio_cancel_async
Fam Zheng
1
-0
/
+2
2014-09-22
block: Add refcnt in BlockDriverAIOCB
Fam Zheng
1
-0
/
+2
2014-08-29
aio-win32: add support for sockets
Paolo Bonzini
1
-2
/
+0
2014-08-29
AioContext: introduce aio_prepare
Paolo Bonzini
1
-1
/
+8
2014-08-29
AioContext: export and use aio_dispatch
Paolo Bonzini
1
-0
/
+6
2014-08-29
AioContext: take bottom halves into account when computing aio_poll timeout
Paolo Bonzini
1
-0
/
+8
2014-07-14
AioContext: do not rely on aio_poll(ctx, true) result to end a loop
Paolo Bonzini
1
-3
/
+3
2014-07-09
AioContext: speed up aio_notify
Paolo Bonzini
1
-0
/
+9
2014-07-09
block: drop aio functions that operate on the main AioContext
Paolo Bonzini
1
-15
/
+2
[next]