On Mon, Jul 07, 2014 at 03:15:51PM +0200, Stefan Hajnoczi wrote:
> v3:
> * Use COROUTINE_POOL_RESERVATION constant in block.c [Lluis]
>
> v2:
> * Assert that callers never reduce pool below default size [eblake]
>
> The coroutine pool reuses exited coroutines to make qemu_coroutine_create()
> c
v3:
* Use COROUTINE_POOL_RESERVATION constant in block.c [Lluis]
v2:
* Assert that callers never reduce pool below default size [eblake]
The coroutine pool reuses exited coroutines to make qemu_coroutine_create()
cheap. The size of the pool is capped to prevent it from hogging memory after
a p