Re: [Qemu-devel] [PATCH 5/6] Move threadlets infrastructure to qemu-threadlets.c

2010-11-30 Thread Venkateswararao Jujjuri (JV)
On 11/18/2010 10:07 AM, Arun R Bharadwaj wrote: > The reason for creating this generic infrastructure is so that other > subsystems, > such as virtio-9p could make use of it for offloading tasks that could block. If I read it right..this patch is nothing but reorganizing the code. i.e moving the

[Qemu-devel] [PATCH 5/6] Move threadlets infrastructure to qemu-threadlets.c

2010-11-18 Thread Arun R Bharadwaj
The reason for creating this generic infrastructure is so that other subsystems, such as virtio-9p could make use of it for offloading tasks that could block. Signed-off-by: Arun R Bharadwaj Signed-off-by: Aneesh Kumar K.V Signed-off-by: Gautham R Shenoy Signed-off-by: Sripathi Kodi Acked-by: