From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1bLL-0004a3-Ql for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1bLE-0005iu-1V for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:09:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1bLD-0005ik-Pn for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:09:51 -0400 Date: Mon, 30 Jun 2014 15:09:46 +0200 From: Kevin Wolf Message-ID: <20140630130946.GA23599@noname.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v7 for 2.1 0/2] Make 'top' optional to block commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: benoit.canet@irqsave.net, pkrempa@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 25.06.2014 um 21:35 hat Jeff Cody geschrieben: > This is a split of the previous series "Modify block jobs to use node-names" > > This series includes some function cleanup, and making 'top' optional > for block-commit. This in turns makes it easier for libvirt to probe > that 2.1 supports commit of the active layer. > > Jeff Cody (2): > block: simplify bdrv_find_base() and bdrv_find_overlay() > block: make 'top' argument to block-commit optional Reviewed-by: Kevin Wolf Patch 2 has a conflict in the test case. I'll post a v8 for it.