From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzt4K-0006NQ-O3 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzt4D-0000o6-9M for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:41:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzt4D-0000nr-2M for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:41:13 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5PJfCSf027792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 25 Jun 2014 15:41:12 -0400 Date: Wed, 25 Jun 2014 15:41:10 -0400 From: Jeff Cody Message-ID: <20140625194110.GB7730@localhost.localdomain> 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: qemu-devel@nongnu.org On Wed, Jun 25, 2014 at 03:35:25PM -0400, Jeff Cody wrote: > 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 > > block.c | 45 ++++++++++----------------------------------- > blockdev.c | 16 ++++++++++++++-- > qapi/block-core.json | 7 ++++--- > qmp-commands.hx | 5 +++-- > tests/qemu-iotests/040 | 28 ++++++++++++++++++---------- > 5 files changed, 49 insertions(+), 52 deletions(-) > > -- > 1.9.3 > Eric, Sorry, meant to cc you on this series