aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-coroutine.c
AgeCommit message (Expand)Author
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi
2017-11-21coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody
2017-06-07coroutine-lock: do not touch coroutine after another one has been enteredRoman Pen
2017-04-11coroutine: Extract qemu_aio_coroutine_enterFam Zheng
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini
2016-02-04util: Clean up includesPeter Maydell
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange