From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoHYI-0005mx-KO for qemu-devel@nongnu.org; Thu, 07 Apr 2016 17:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoHYD-0007OU-L2 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 17:33:22 -0400 Received: from e06smtp06.uk.ibm.com ([195.75.94.102]:45644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoHYD-0007Nz-A5 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 17:33:17 -0400 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Apr 2016 22:33:16 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id A89EE1B08061 for ; Thu, 7 Apr 2016 22:33:52 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u37LXDlv5701920 for ; Thu, 7 Apr 2016 21:33:13 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 u37LXDH2019913 for ; Thu, 7 Apr 2016 17:33:13 -0400 References: <1459937788-31904-1-git-send-email-pbonzini@redhat.com> From: Christian Borntraeger Message-ID: <5706D218.8090502@de.ibm.com> Date: Thu, 7 Apr 2016 23:33:12 +0200 MIME-Version: 1.0 In-Reply-To: <1459937788-31904-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=iso-8859-15 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 , qemu-devel@nongnu.org Cc: stefanha@redhat.com, mst@redhat.com, famz@redhat.com, cornelia.huck@de.ibm.com, tubo@linux.vnet.ibm.com On 04/06/2016 12:16 PM, 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(-) > The test team also reports that the original problem no longer reproduces with this patch set. Would be great to have it merged for 2.6 soon.