Re: [Qemu-devel] [PATCH V4 0/3] qemu: Threadlets: A generic task offloading framework

2010-06-16 Thread Paolo Bonzini
On 06/16/2010 03:09 PM, Anthony Liguori wrote: On 06/16/2010 06:56 AM, Gautham R Shenoy wrote: Hi, This is the v4 of the patch-series to have a generic asynchronous task offloading framework (called threadlets) within qemu. Semantically, a threadlet is identical to a QEMUBH except that a QEMU

Re: [Qemu-devel] [PATCH V4 0/3] qemu: Threadlets: A generic task offloading framework

2010-06-16 Thread Anthony Liguori
On 06/16/2010 06:56 AM, Gautham R Shenoy wrote: Hi, This is the v4 of the patch-series to have a generic asynchronous task offloading framework (called threadlets) within qemu. Semantically, a threadlet is identical to a QEMUBH except that a QEMUBH holds the qemu_mutex and a threadlet doe

[Qemu-devel] [PATCH V4 0/3] qemu: Threadlets: A generic task offloading framework

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