From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ameLY-0007vK-FD for qemu-devel@nongnu.org; Sun, 03 Apr 2016 05:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ameLV-0007nv-9I for qemu-devel@nongnu.org; Sun, 03 Apr 2016 05:29:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ameLV-0007nq-3v for qemu-devel@nongnu.org; Sun, 03 Apr 2016 05:29:25 -0400 Date: Sun, 3 Apr 2016 12:29:20 +0300 From: "Michael S. Tsirkin" Message-ID: <20160403122819-mutt-send-email-mst@redhat.com> References: <1459516794-23629-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459516794-23629-1-git-send-email-pbonzini@redhat.com> 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 Cc: famz@redhat.com, tubo@linux.vnet.ibm.com, qemu-devel@nongnu.org, borntraeger@de.ibm.com, stefanha@redhat.com, cornelia.huck@de.ibm.com On Fri, Apr 01, 2016 at 03:19:45PM +0200, 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. I agree with patches 1-7 for 2.6. 8 and 9 are cleanups and IMO they are best left for after 2.6. Which is all nice and well, but we need to get to the bottom of the crashes reported by Christian. > 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(-) > > -- > 1.8.3.1