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: Arun R Bharadwaj
Subject: Re: [Qemu-devel] [PATCH 2/3] Move threadlets infrastructure to qemu-threadlets.c
Date: Thu, 11 Nov 2010 13:48:10 +0530
User-agent: Mutt/1.5.20 (2009-06-14)

* Stefan Hajnoczi <address@hidden> [2010-11-10 13:47:22]:

> 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

Thanks Stefan, I will add your Acked-by to this patch.

-arun



reply via email to

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