Age | Commit message (Expand) | Author |
---|---|---|
2015-03-09 | coroutine: Clean up qemu_coroutine_enter() | Kevin Wolf |
2015-03-09 | coroutine: Fix use after free with qemu_coroutine_yield() | Kevin Wolf |
2015-01-13 | coroutine: try harder not to delete coroutines | Peter Lieven |
2015-01-13 | coroutine: drop qemu_coroutine_adjust_pool_size | Paolo Bonzini |
2015-01-13 | coroutine: rewrite pool to avoid mutex | Paolo Bonzini |
2014-08-15 | coroutine: make pool size dynamic | Stefan Hajnoczi |
2013-09-12 | coroutine: add ./configure --disable-coroutine-pool | Stefan Hajnoczi |
2013-05-24 | coroutine: stop using AioContext in CoQueue | Stefan Hajnoczi |
2013-05-24 | coroutine: protect global pool with a mutex | Stefan Hajnoczi |
2013-02-22 | coroutine: move pooling to common code | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2011-08-01 | coroutine: introduce coroutines | Kevin Wolf |