From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anO0x-0006m2-Rb for qemu-devel@nongnu.org; Tue, 05 Apr 2016 06:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anO0u-0008F7-LL for qemu-devel@nongnu.org; Tue, 05 Apr 2016 06:15:15 -0400 Received: from e06smtp06.uk.ibm.com ([195.75.94.102]:52807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anO0u-0008Ee-BS for qemu-devel@nongnu.org; Tue, 05 Apr 2016 06:15:12 -0400 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Apr 2016 11:15:09 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0B0AE17D8066 for ; Tue, 5 Apr 2016 11:15:47 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u35AF6OD54722802 for ; Tue, 5 Apr 2016 10:15:06 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u35AF5Ab025897 for ; Tue, 5 Apr 2016 06:15:06 -0400 References: <1459516794-23629-1-git-send-email-pbonzini@redhat.com> From: Christian Borntraeger Message-ID: <57039028.9010802@de.ibm.com> Date: Tue, 5 Apr 2016 12:15:04 +0200 MIME-Version: 1.0 In-Reply-To: <1459516794-23629-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com, tubo@linux.vnet.ibm.com, famz@redhat.com, stefanha@redhat.com, mst@redhat.com On 04/01/2016 03:19 PM, Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. > > Michael S. Tsirkin (2): > virtio: add aio handler > virtio-blk: use aio handler for data plane > > Paolo Bonzini (7): > virtio-dataplane: pass assign=true to > virtio_queue_aio_set_host_notifier_handler > 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 > virtio: remove starting/stopping checks > > hw/block/dataplane/virtio-blk.c | 35 +++++++++++---------- > hw/block/virtio-blk.c | 29 ++++++++++------- > hw/scsi/virtio-scsi-dataplane.c | 56 +++++++++++++++++++++++---------- > hw/scsi/virtio-scsi.c | 69 +++++++++++++++++++++++++++-------------- > hw/virtio/virtio.c | 37 ++++++++++++++++------ > include/hw/virtio/virtio-blk.h | 3 ++ > include/hw/virtio/virtio-scsi.h | 9 ++---- > include/hw/virtio/virtio.h | 4 +-- > 8 files changed, 158 insertions(+), 84 deletions(-) The problem goes away with patches 1-8 according to our test team. (I added patch 8 before you decided to defer it). So I think we should push this patch set soon.