From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzsyr-0002Sa-Vg for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:35:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzsyj-0006bw-Iy for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:35:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzsyj-0006bX-7V for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:35:33 -0400 From: Jeff Cody Date: Wed, 25 Jun 2014 15:35:25 -0400 Message-Id: Subject: [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 Cc: kwolf@redhat.com, benoit.canet@irqsave.net, pkrempa@redhat.com, famz@redhat.com, stefanha@redhat.com 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