Re: [Qemu-devel] [PATCH v3 1/2] coroutine: make pool size dynamic

2014-07-07 Thread Eric Blake
On 07/07/2014 07:15 AM, Stefan Hajnoczi wrote: > Allow coroutine users to adjust the pool size. For example, if the > guest has multiple emulated disk drives we should keep around more > coroutines. > > Signed-off-by: Stefan Hajnoczi > --- > include/block/coroutine.h | 11 +++ > qemu-co

[Qemu-devel] [PATCH v3 1/2] coroutine: make pool size dynamic

2014-07-07 Thread Stefan Hajnoczi
Allow coroutine users to adjust the pool size. For example, if the guest has multiple emulated disk drives we should keep around more coroutines. Signed-off-by: Stefan Hajnoczi --- include/block/coroutine.h | 11 +++ qemu-coroutine.c | 26 +++--- 2 files cha