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