summaryrefslogtreecommitdiff
path: root/include/qemu/coroutine_int.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi1-1/+0
2017-11-21coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody1-3/+10
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini1-1/+10
2016-09-29coroutine: add a macro for the coroutine stack sizePeter Lieven1-0/+2
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf1-0/+1
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini1-2/+2
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-0/+54