Re: [Qemu-devel] [PATCH v3 0/2] coroutine: dynamically scale pool size

2014-08-01 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH v3 0/2] coroutine: dynamically scale pool size

2014-07-07 Thread Stefan Hajnoczi
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