index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
qemu-coroutine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coroutine: reserve 5,000 mappings
Stefan Hajnoczi
2024-03-21
1
-5
/
+10
*
coroutine: cap per-thread local pool size
Stefan Hajnoczi
2024-03-19
1
-59
/
+223
*
meson: do not use set10
Paolo Bonzini
2023-10-17
1
-2
/
+2
*
qemu-coroutine: remove qatomic_mb_read()
Paolo Bonzini
2023-04-20
1
-3
/
+7
*
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2023-01-19
1
-1
/
+0
*
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
*
coroutine: Revert to constant batch size
Kevin Wolf
2022-05-12
1
-8
/
+14
*
coroutine: Rename qemu_coroutine_inc/dec_pool_size()
Kevin Wolf
2022-05-12
1
-2
/
+2
*
coroutine: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
2022-05-04
1
-17
/
+24
*
util: adjust coroutine pool size to virtio block queue
Hiroki Narukawa
2022-02-14
1
-4
/
+16
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-3
/
+3
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
block: Add missing locking in bdrv_co_drain_bh_cb()
Kevin Wolf
2018-09-25
1
-0
/
+5
*
coroutine: avoid co_queue_wakeup recursion
Stefan Hajnoczi
2018-03-27
1
-43
/
+51
*
coroutine: abort if we try to schedule or enter a pending coroutine
Jeff Cody
2017-11-21
1
-0
/
+14
*
coroutine-lock: do not touch coroutine after another one has been entered
Roman Pen
2017-06-07
1
-0
/
+5
*
coroutine: Extract qemu_aio_coroutine_enter
Fam Zheng
2017-04-11
1
-3
/
+8
*
coroutine-lock: add limited spinning to CoMutex
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
2017-02-21
1
-0
/
+8
*
coroutine: Introduce qemu_coroutine_enter_if_inactive()
Kevin Wolf
2017-01-09
1
-0
/
+7
*
coroutine: add qemu_coroutine_entered() function
Stefan Hajnoczi
2016-09-28
1
-0
/
+5
*
coroutine: Assert that no locks are held on termination
Kevin Wolf
2016-09-05
1
-0
/
+1
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-4
/
+4
*
coroutine: use QSIMPLEQ instead of QTAILQ
Paolo Bonzini
2016-07-13
1
-1
/
+1
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-0
/
+146