From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anqTp-0008RR-Dj for qemu-devel@nongnu.org; Wed, 06 Apr 2016 12:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anqTl-0001DA-8t for qemu-devel@nongnu.org; Wed, 06 Apr 2016 12:38:57 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:52101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anqTk-0001D3-V1 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 12:38:53 -0400 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Apr 2016 17:38:50 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 14EB3219004D for ; Wed, 6 Apr 2016 17:38:28 +0100 (BST) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u36Gcm6345482212 for ; Wed, 6 Apr 2016 16:38:48 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u36GclaZ005665 for ; Wed, 6 Apr 2016 12:38:48 -0400 Date: Wed, 6 Apr 2016 18:38:46 +0200 From: Cornelia Huck Message-ID: <20160406183846.2c52cc25.cornelia.huck@de.ibm.com> In-Reply-To: <1459937788-31904-1-git-send-email-pbonzini@redhat.com> References: <1459937788-31904-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/7] virtio: aio handler API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: famz@redhat.com, borntraeger@de.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, tubo@linux.vnet.ibm.com, stefanha@redhat.com On Wed, 6 Apr 2016 12:16:21 +0200 Paolo Bonzini wrote: > This version removes patches 1 and 9, fixes some commit messages, and > fixes some small in the formatting issues. > > Michael S. Tsirkin (2): > virtio: add aio handler > virtio-blk: use aio handler for data plane > > Paolo Bonzini (5): > virtio: make virtio_queue_notify_vq static > virtio-blk: fix disabled mode > virtio-scsi: fix disabled mode > virtio-scsi: use aio handler for data plane > virtio: merge virtio_queue_aio_set_host_notifier_handler with > virtio_queue_set_aio > > hw/block/dataplane/virtio-blk.c | 23 ++++++++++---- > hw/block/virtio-blk.c | 29 ++++++++++------- > hw/scsi/virtio-scsi-dataplane.c | 47 +++++++++++++++++++++++----- > hw/scsi/virtio-scsi.c | 69 +++++++++++++++++++++++++++-------------- > hw/virtio/virtio.c | 39 +++++++++++++++++------ > include/hw/virtio/virtio-blk.h | 3 ++ > include/hw/virtio/virtio-scsi.h | 7 ++--- > include/hw/virtio/virtio.h | 4 +-- > 8 files changed, 158 insertions(+), 63 deletions(-) Seems to work fine so far. We'll try to run some more extensive tests overnight.