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