qemu-block
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-block] [PATCH 3/3] aio: Introduce aio-epoll.c
Date: Mon, 12 Oct 2015 12:06:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


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.

Paolo



reply via email to

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