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