Re: [Qemu-devel] [PATCH V5 0/2] Threadlets: A generic task offloading framework

2010-07-08 Thread Gautham R Shenoy
Hi, I couldn't see this in the mainline codebase. Wondering if something else needs to be done in this patch-set. Thanks and Regards gautham. On Tue, Jun 22, 2010 at 04:48:08PM +0530, Gautham R Shenoy wrote: > Hi, > > This is the v5 of the patch-series to have a generic asynchronous task > of

[Qemu-devel] [PATCH V5 0/2] Threadlets: A generic task offloading framework

2010-06-22 Thread Gautham R Shenoy
Hi, This is the v5 of the patch-series to have a generic asynchronous task offloading framework (called threadlets) within qemu. V4 can be found here: http://lists.gnu.org/archive/html/qemu-devel/2010-06/msg02152.html Changes from V4: =