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
>> --
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
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