qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interfa


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface
Date: Thu, 17 Nov 2016 14:14:25 +0800
User-agent: Mutt/1.7.1 (2016-10-04)

On Wed, 11/16 17:46, Stefan Hajnoczi wrote:
> The new AioPollFn io_poll() argument to aio_set_fd_handler() and
> aio_set_event_handler() is used in the next patch.
> 
> Keep this code change separate due to the number of files it touches.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  aio-posix.c                 |  8 +++++---

As pointed out by patchew, aio-win32.c needs to the change too.

Fam

>  async.c                     |  5 +++--
>  block/curl.c                |  8 ++++----
>  block/iscsi.c               |  3 ++-
>  block/linux-aio.c           |  4 ++--
>  block/nbd-client.c          |  8 ++++----
>  block/nfs.c                 |  7 ++++---
>  block/sheepdog.c            | 26 +++++++++++++-------------
>  block/ssh.c                 |  4 ++--
>  block/win32-aio.c           |  4 ++--
>  hw/virtio/virtio.c          |  4 ++--
>  include/block/aio.h         |  5 ++++-
>  iohandler.c                 |  2 +-
>  nbd/server.c                |  9 ++++-----
>  stubs/set-fd-handler.c      |  1 +
>  tests/test-aio.c            |  4 ++--
>  util/event_notifier-posix.c |  2 +-
>  17 files changed, 56 insertions(+), 48 deletions(-)



reply via email to

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