qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/3] Move threadlets infrastructure to qemu-thre


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/3] Move threadlets infrastructure to qemu-threadlets.c
Date: Wed, 10 Nov 2010 13:47:22 +0000

On Wed, Nov 10, 2010 at 1:19 PM, Arun R Bharadwaj
<address@hidden> 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.
>
> Signed-off-by: Arun R Bharadwaj <address@hidden>
> Signed-off-by: Aneesh Kumar K.V <address@hidden>
> Signed-off-by: Gautham R Shenoy <address@hidden>
> Signed-off-by: Sripathi Kodi <address@hidden>
> ---
>  Makefile.objs          |    1
>  docs/async-support.txt |  141 +++++++++++++++++++++++++++++++++++++++
>  posix-aio-compat.c     |  173 
> ------------------------------------------------
>  qemu-threadlets.c      |  168 +++++++++++++++++++++++++++++++++++++++++++++++
>  qemu-threadlets.h      |   48 +++++++++++++
>  5 files changed, 359 insertions(+), 172 deletions(-)
>  create mode 100644 docs/async-support.txt
>  create mode 100644 qemu-threadlets.c
>  create mode 100644 qemu-threadlets.h

Looks good.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]