aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-coroutine.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21coroutine: reserve 5,000 mappingsStefan Hajnoczi1-5/+10
2024-03-19coroutine: cap per-thread local pool sizeStefan Hajnoczi1-59/+223
2023-10-17meson: do not use set10Paolo Bonzini1-2/+2
2023-04-20qemu-coroutine: remove qatomic_mb_read()Paolo Bonzini1-3/+7
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster1-1/+0
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-05-12coroutine: Revert to constant batch sizeKevin Wolf1-8/+14
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-2/+2
2022-05-04coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-17/+24
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa1-4/+16
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf1-0/+5
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi1-43/+51
2017-11-21coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody1-0/+14
2017-06-07coroutine-lock: do not touch coroutine after another one has been enteredRoman Pen1-0/+5
2017-04-11coroutine: Extract qemu_aio_coroutine_enterFam Zheng1-3/+8
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini1-1/+1
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini1-0/+8
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf1-0/+7
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi1-0/+5
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf1-0/+1
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-4/+4
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini1-1/+1
2016-02-04util: Clean up includesPeter Maydell1-0/+1
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-0/+146