aboutsummaryrefslogtreecommitdiff
path: root/qemu-coroutine.c
AgeCommit message (Expand)Author
2015-03-09coroutine: Clean up qemu_coroutine_enter()Kevin Wolf
2015-03-09coroutine: Fix use after free with qemu_coroutine_yield()Kevin Wolf
2015-01-13coroutine: try harder not to delete coroutinesPeter Lieven
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini
2015-01-13coroutine: rewrite pool to avoid mutexPaolo Bonzini
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi
2013-09-12coroutine: add ./configure --disable-coroutine-poolStefan Hajnoczi
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi
2013-05-24coroutine: protect global pool with a mutexStefan Hajnoczi
2013-02-22coroutine: move pooling to common codePaolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2011-08-01coroutine: introduce coroutinesKevin Wolf