Re: [Qemu-devel] [REFACTORED CODE] [PATCH 0/3] Threadlets: A generic task offloading framework.

2010-11-08 Thread Arun R Bharadwaj
* Arun R Bharadwaj [2010-11-08 16:16:50]: > Hi, > > This is the v9 of the refactored patch-series to have a generic > asynchronous task offloading framework (called threadlets) > within qemu. > > Testing carried out: I have run KVM autotest suite with this patch. This test suite ran successf

[Qemu-devel] [REFACTORED CODE] [PATCH 0/3] Threadlets: A generic task offloading framework.

2010-11-08 Thread Arun R Bharadwaj
Hi, This is the v9 of the refactored patch-series to have a generic asynchronous task offloading framework (called threadlets) within qemu. Changes from earlier iteration: * Code is refactored such that it reflects the following: patch1: In-place code changes in paio subsystem to use th