From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao5Ds-0000h0-3k for qemu-devel@nongnu.org; Thu, 07 Apr 2016 04:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao5Do-0002u1-UR for qemu-devel@nongnu.org; Thu, 07 Apr 2016 04:23:28 -0400 Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:42353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao5Do-0002t1-KX for qemu-devel@nongnu.org; Thu, 07 Apr 2016 04:23:24 -0400 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Apr 2016 09:23:21 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 57CBC1B08078 for ; Thu, 7 Apr 2016 09:23:57 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u378NI5d6488530 for ; Thu, 7 Apr 2016 08:23:18 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u377NKQl027866 for ; Thu, 7 Apr 2016 01:23:20 -0600 References: <1459937788-31904-1-git-send-email-pbonzini@redhat.com> From: Christian Borntraeger Message-ID: <570618F5.2070900@de.ibm.com> Date: Thu, 7 Apr 2016 10:23:17 +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: cornelia.huck@de.ibm.com, tubo@linux.vnet.ibm.com, famz@redhat.com, stefanha@redhat.com, mst@redhat.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(-) > Seems to fix the crashes on my system.