[Qemu-devel] [PATCH 10/12] Move threadlet code to qemu-threadlets.c

2011-01-20 Thread Arun R Bharadwaj
This patch moves the threadlet queue API code to qemu-threadlets.c where these APIs can be used by other subsystems. Signed-off-by: Arun R Bharadwaj a...@linux.vnet.ibm.com Reviewed-by: Stefan Hajnoczi stefa...@linux.vnet.ibm.com --- posix-aio-compat.c | 137

Re: [Qemu-devel] [PATCH 10/12] Move threadlet code to qemu-threadlets.c

2011-01-17 Thread Stefan Hajnoczi
On Thu, Jan 13, 2011 at 12:15 PM, Arun R Bharadwaj a...@linux.vnet.ibm.com wrote: This patch moves the threadlet queue API code to qemu-threadlets.c where these APIs can be used by other subsystems. qemu-threadlet.c would be consistent with qemu-thread.c (not qemu-threads.c). Stefan

Re: [Qemu-devel] [PATCH 10/12] Move threadlet code to qemu-threadlets.c

2011-01-17 Thread Arun R Bharadwaj
* Stefan Hajnoczi stefa...@gmail.com [2011-01-17 09:57:45]: On Thu, Jan 13, 2011 at 12:15 PM, Arun R Bharadwaj a...@linux.vnet.ibm.com wrote: This patch moves the threadlet queue API code to qemu-threadlets.c where these APIs can be used by other subsystems. qemu-threadlet.c would be

[Qemu-devel] [PATCH 10/12] Move threadlet code to qemu-threadlets.c

2011-01-13 Thread Arun R Bharadwaj
This patch moves the threadlet queue API code to qemu-threadlets.c where these APIs can be used by other subsystems. Signed-off-by: Arun R Bharadwaj a...@linux.vnet.ibm.com --- Makefile.objs |1 posix-aio-compat.c | 144