From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atbim-0001GA-1o for qemu-devel@nongnu.org; Fri, 22 Apr 2016 10:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atbil-0007dZ-3f for qemu-devel@nongnu.org; Fri, 22 Apr 2016 10:06:11 -0400 Date: Fri, 22 Apr 2016 16:05:58 +0200 From: Kevin Wolf Message-ID: <20160422140558.GG4237@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. Reviewed-by: Kevin Wolf