[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 Reviewed-by: Stefan Hajnoczi --- posix-aio-compat.c | 137 qemu-threadlet.c | 115 +++

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

2011-01-17 Thread Arun R Bharadwaj
* Stefan Hajnoczi [2011-01-17 09:57:45]: > On Thu, Jan 13, 2011 at 12:15 PM, Arun R Bharadwaj > 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 (no

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 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

[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 --- Makefile.objs |1 posix-aio-compat.c | 144 qemu-thread.h |1 qemu-th