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

2014-07-03 Thread Stefan Hajnoczi
On Thu, Jul 3, 2014 at 3:59 PM, Eric Blake wrote: > On 07/03/2014 07:52 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 >> --

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

2014-07-03 Thread Eric Blake
On 07/03/2014 07:52 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 1/2] coroutine: make pool size dynamic

2014-07-03 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 | 25 +++-- 2 files chan