From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atcf2-0003Gd-5o for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:06:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atcf1-00084g-CT for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:06:24 -0400 Date: Fri, 22 Apr 2016 17:06:15 +0200 From: Kevin Wolf Message-ID: <20160422150615.GH4237@noname.redhat.com> References: <1461333236-5942-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461333236-5942-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 for-2.6 0/5] block: Fix assertion failure at mirror exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Jeff Cody , Max Reitz , "Michael S. Tsirkin" , Paolo Bonzini , qemu-block@nongnu.org Am 22.04.2016 um 15:53 hat Fam Zheng geschrieben: > v3: 04: Add check in aio_pending. [Kevin] > > I tested this series survives the "snapshot + commit" loop reproducer with both > bonnie++ and RHEL installation in the guest. > > This supersedes the "virtio: Register host notifier handler as external" patch > from yesterday. > > The bug was initially reported by Matthew Schumacher as LaunchPad Bug 1570134, > and nicely bisected by Max Reitz. See patch 2 for the analysis. Thanks, applied to the block branch. Kevin