qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] aio: Introduce aio-epoll.c


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH 3/3] aio: Introduce aio-epoll.c
Date: Mon, 12 Oct 2015 19:24:26 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, 10/12 12:06, Paolo Bonzini wrote:
> 
> 
> On 12/10/2015 11:55, Fam Zheng wrote:
> > Signed-off-by: Fam Zheng <address@hidden>
> > ---
> >  Makefile.objs                |   1 +
> >  aio-epoll.c                  | 150 
> > +++++++++++++++++++++++++++++++++++++++++++
> >  aio-posix.c                  |  16 ++++-
> >  include/block/aio-internal.h |  15 +++++
> >  include/block/aio.h          |   5 ++
> >  stubs/Makefile.objs          |   1 +
> >  stubs/aio-epoll.c            |  37 +++++++++++
> >  7 files changed, 223 insertions(+), 2 deletions(-)
> >  create mode 100644 aio-epoll.c
> >  create mode 100644 stubs/aio-epoll.c
> 
> aio-epoll.c seems small enough that you can just include everything in
> aio-posix.c.  This should simplify everything and make patch 1
> unnecessary, too.

OK, I can do that.

Fam



reply via email to

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