From: Fam Zheng <famz@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-devel@nongnu.org, borntraeger@de.ibm.com,
Paolo Bonzini <pbonzini@redhat.com>,
Karl Rister <krister@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface
Date: Thu, 17 Nov 2016 14:14:25 +0800 [thread overview]
Message-ID: <20161117061425.GA2058@lemon> (raw)
In-Reply-To: <1479318422-10979-2-git-send-email-stefanha@redhat.com>
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 <stefanha@redhat.com>
> ---
> 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(-)
next prev parent reply other threads:[~2016-11-17 6:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-16 17:46 [Qemu-devel] [PATCH v2 0/4] aio: experimental virtio-blk polling mode Stefan Hajnoczi
2016-11-16 17:46 ` [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface Stefan Hajnoczi
2016-11-17 6:14 ` Fam Zheng [this message]
2016-11-16 17:47 ` [Qemu-devel] [PATCH v2 2/4] aio: add polling mode to AioContext Stefan Hajnoczi
2016-11-16 18:14 ` Paolo Bonzini
2016-11-17 11:51 ` Stefan Hajnoczi
2016-11-16 18:30 ` Paolo Bonzini
2016-11-16 17:47 ` [Qemu-devel] [PATCH v2 3/4] virtio: poll virtqueues for new buffers Stefan Hajnoczi
2016-11-16 17:47 ` [Qemu-devel] [PATCH v2 4/4] linux-aio: poll ring for completions Stefan Hajnoczi
2016-11-16 18:30 ` [Qemu-devel] [PATCH v2 0/4] aio: experimental virtio-blk polling mode no-reply
2016-11-17 14:15 ` Karl Rister
2016-11-18 10:54 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161117061425.GA2058@lemon \
--to=famz@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=krister@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.