From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7Fxv-0003fC-OW for qemu-devel@nongnu.org; Thu, 17 Nov 2016 01:14:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7Fxs-0005qr-Gj for qemu-devel@nongnu.org; Thu, 17 Nov 2016 01:14:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7Fxs-0005qX-BU for qemu-devel@nongnu.org; Thu, 17 Nov 2016 01:14:28 -0500 Date: Thu, 17 Nov 2016 14:14:25 +0800 From: Fam Zheng Message-ID: <20161117061425.GA2058@lemon> References: <1479318422-10979-1-git-send-email-stefanha@redhat.com> <1479318422-10979-2-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479318422-10979-2-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, borntraeger@de.ibm.com, Paolo Bonzini , Karl Rister 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 > --- > 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(-)