From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhfbO-0002NP-67 for qemu-devel@nongnu.org; Tue, 06 May 2014 09:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhfbI-0001i6-L7 for qemu-devel@nongnu.org; Tue, 06 May 2014 09:40:10 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:48220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhfbI-0001gY-Ef for qemu-devel@nongnu.org; Tue, 06 May 2014 09:40:04 -0400 Received: by mail-wi0-f171.google.com with SMTP id hm4so7318907wib.16 for ; Tue, 06 May 2014 06:40:03 -0700 (PDT) Date: Tue, 6 May 2014 15:30:21 +0200 From: Stefan Hajnoczi Message-ID: <20140506133021.GW15810@stefanha-thinkpad.redhat.com> References: <1398956086-20171-1-git-send-email-stefanha@redhat.com> <53675738.7040704@de.ibm.com> <20140505120525.GD16173@stefanha-thinkpad.redhat.com> <53678811.7030403@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53678811.7030403@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Kevin Wolf , "Shergill, Gurinder" , qemu-devel@nongnu.org, Stefan Hajnoczi , Paolo Bonzini , "Vinod, Chegu" On Mon, May 05, 2014 at 02:46:09PM +0200, Christian Borntraeger wrote: > On 05/05/14 14:05, Stefan Hajnoczi wrote: > > On Mon, May 05, 2014 at 11:17:44AM +0200, Christian Borntraeger wrote: > >> On 01/05/14 16:54, Stefan Hajnoczi wrote: > >>> This patch series switches virtio-blk data-plane from a custom Linux AIO > >>> request queue to the QEMU block layer. The previous "raw files only" > >>> limitation is lifted. All image formats and protocols can now be used with > >>> virtio-blk data-plane. > >> > >> Nice. Is there a git branch somewhere, so that we can test this on s390? > > > > Hi Christian, > > I'm getting to work on v2 but you can grab this v1 series from git in > > the meantime: > > > > https://github.com/stefanha/qemu.git bdrv_set_aio_context > > > > Stefan > > > > In general the main path seems to work fine. > > With lots of devices (one qcow2, 23 raw scsi disks) > I get a hang on shutdown. kvm_stat claims that nothing is going on any more, but somehow threads are stuck in ppoll. Thanks for the debugging info and testing the fix on IRC. I will include it in the next revision. Stefan