summaryrefslogtreecommitdiffstats
path: root/qemu-coroutine.c
Commit message (Expand)AuthorAgeFilesLines
* coroutine: Clean up qemu_coroutine_enter()Kevin Wolf2015-03-091-21/+15
* coroutine: Fix use after free with qemu_coroutine_yield()Kevin Wolf2015-03-091-1/+1
* coroutine: try harder not to delete coroutinesPeter Lieven2015-01-131-1/+8
* coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini2015-01-131-4/+0
* coroutine: rewrite pool to avoid mutexPaolo Bonzini2015-01-131-51/+41
* coroutine: make pool size dynamicStefan Hajnoczi2014-08-151-3/+23
* coroutine: add ./configure --disable-coroutine-poolStefan Hajnoczi2013-09-121-15/+19
* coroutine: stop using AioContext in CoQueueStefan Hajnoczi2013-05-241-0/+3
* coroutine: protect global pool with a mutexStefan Hajnoczi2013-05-241-2/+18
* coroutine: move pooling to common codePaolo Bonzini2013-02-221-2/+43
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* coroutine: introduce coroutinesKevin Wolf2011-08-011-0/+75
OpenPOWER on IntegriCloud