index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replay: notify vCPU when BH is scheduled
Pavel Dovgalyuk
2022-06-06
1
-0
/
+8
*
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
2022-05-09
1
-0
/
+20
*
util/async: replace __thread with QEMU TLS macros
Stefan Hajnoczi
2022-03-04
1
-5
/
+7
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-2
/
+8
*
iothread: add aio-max-batch parameter
Stefano Garzarella
2021-07-21
1
-0
/
+2
*
util/async: print leaked BH name when AioContext finalizes
Stefan Hajnoczi
2021-07-05
1
-2
/
+14
*
util/async: add a human-readable name to BHs for debugging
Stefan Hajnoczi
2021-07-05
1
-2
/
+7
*
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2021-06-18
1
-0
/
+20
*
util/async: Add aio_co_reschedule_self()
Kevin Wolf
2020-10-09
1
-0
/
+30
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-14
/
+14
*
async: always set ctx->notified in aio_notify()
Stefan Hajnoczi
2020-08-13
1
-11
/
+21
*
async: rename event_notifier_dummy_cb/poll()
Stefan Hajnoczi
2020-08-13
1
-4
/
+4
*
aio-posix: disable fdmon-io_uring when GSource is used
Stefan Hajnoczi
2020-05-18
1
-0
/
+1
*
async: use explicit memory barriers
Paolo Bonzini
2020-04-09
1
-4
/
+12
*
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
2020-02-22
1
-99
/
+138
*
util/async: add aio interfaces for io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+36
*
util/async: avoid useless cast
Frediano Ziglio
2019-10-24
1
-1
/
+0
*
win32: work around main-loop busy loop on socket/fd event
Marc-André Lureau
2019-10-04
1
-1
/
+5
*
util/async: hold AioContext ref to prevent use-after-free
Stefan Hajnoczi
2019-08-22
1
-0
/
+8
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cb
Sergio Lopez
2018-09-25
1
-1
/
+1
*
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2018-06-27
1
-3
/
+11
*
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
2018-05-18
1
-0
/
+1
*
coroutine: abort if we try to schedule or enter a pending coroutine
Jeff Cody
2017-11-21
1
-0
/
+13
*
util/async: use atomic_mb_set in qemu_bh_cancel
Sergio Lopez
2017-11-08
1
-1
/
+1
*
async: Introduce aio_co_enter
Fam Zheng
2017-04-11
1
-1
/
+6
*
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
2017-03-14
1
-1
/
+1
*
async: remove unnecessary inc/dec pairs
Paolo Bonzini
2017-02-21
1
-6
/
+6
*
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-2
/
+2
*
aio: push aio_context_acquire/release down to dispatching
Paolo Bonzini
2017-02-21
1
-0
/
+2
*
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
2017-02-21
1
-0
/
+65
*
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-21
1
-0
/
+423