Re: [Qemu-devel] [PATCH V3 2/3] qemu: Generic asynchronous threading framework to offload tasks

2010-06-10 Thread Gautham R Shenoy
On Fri, Jun 04, 2010 at 08:16:19AM -0500, Anthony Liguori wrote: >> --- /dev/null >> +++ b/async-work.c >> @@ -0,0 +1,136 @@ >> +/* >> + * Async work support >> + * >> + * Copyright IBM, Corp. 2010 >> + * >> + * Authors: >> + * Aneesh Kumar K.V >> + * >> + * This work is licensed under the terms o

Re: [Qemu-devel] [PATCH V3 2/3] qemu: Generic asynchronous threading framework to offload tasks

2010-06-05 Thread Corentin Chary
On Fri, Jun 4, 2010 at 3:16 PM, Anthony Liguori wrote: > On 06/03/2010 03:56 AM, Gautham R Shenoy wrote: >> >> From: Aneesh Kumar K.V >> >> This patch creates a generic asynchronous-task-offloading infrastructure. >> It's >> extracted out of the threading framework that is being used by paio. >> >

Re: [Qemu-devel] [PATCH V3 2/3] qemu: Generic asynchronous threading framework to offload tasks

2010-06-04 Thread Anthony Liguori
On 06/03/2010 03:56 AM, Gautham R Shenoy wrote: From: Aneesh Kumar K.V This patch creates a generic asynchronous-task-offloading infrastructure. It's extracted out of the threading framework that is being used by paio. The reason for extracting out this generic infrastructure of the posix-aio-c

[Qemu-devel] [PATCH V3 2/3] qemu: Generic asynchronous threading framework to offload tasks

2010-06-03 Thread Gautham R Shenoy
From: Aneesh Kumar K.V This patch creates a generic asynchronous-task-offloading infrastructure. It's extracted out of the threading framework that is being used by paio. The reason for extracting out this generic infrastructure of the posix-aio-compat.c is so that other subsystems, such as virt