summaryrefslogtreecommitdiff
path: root/qemu-coroutine.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-09coroutine: Clean up qemu_coroutine_enter()Kevin Wolf1-21/+15
2015-03-09coroutine: Fix use after free with qemu_coroutine_yield()Kevin Wolf1-1/+1
2015-01-13coroutine: try harder not to delete coroutinesPeter Lieven1-1/+8
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini1-4/+0
2015-01-13coroutine: rewrite pool to avoid mutexPaolo Bonzini1-51/+41
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi1-3/+23
2013-09-12coroutine: add ./configure --disable-coroutine-poolStefan Hajnoczi1-15/+19
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi1-0/+3
2013-05-24coroutine: protect global pool with a mutexStefan Hajnoczi1-2/+18
2013-02-22coroutine: move pooling to common codePaolo Bonzini1-2/+43
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2011-08-01coroutine: introduce coroutinesKevin Wolf1-0/+75