From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Yy6-0001Cw-CL for qemu-devel@nongnu.org; Fri, 27 Jun 2014 12:25:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Yxz-0003Ag-Po for qemu-devel@nongnu.org; Fri, 27 Jun 2014 12:25:42 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:46218 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Yxz-0003AW-Iu for qemu-devel@nongnu.org; Fri, 27 Jun 2014 12:25:35 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Fri, 27 Jun 2014 18:25:24 +0200 Message-Id: <1403886326-19150-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH V2 for 2.1 0/2] Quorum arbitrary node replacement patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com in v2: Fixed 041.out [Beno=C3=AEt] Tested 041 on top of markus [PATCH 2.1 0/2] Fix two recent event = regressions in v1: no blank line before EOF [Kevin] Add call to bdrv_is_first_non_filter in check_to_replace_node to avoid backing blockers issues and data corruption by the user = [Kevin, Beno=C3=AEt] Propagate error returned by check_to_replace_node [Kevin=C2=A0] Remove uneeded line break [Kevin] remove uneeded empty line [Kevin] Beno=C3=AEt Canet (2): block: Add replaces argument to drive-mirror qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode. block.c | 25 ++++++ block/mirror.c | 60 +++++++++++--- blockdev.c | 31 ++++++- hmp.c | 2 +- include/block/block.h | 4 + include/block/block_int.h | 3 + qapi/block-core.json | 6 +- qmp-commands.hx | 4 +- tests/qemu-iotests/041 | 196 +++++++++++++++++++++++++++++++++++++++= +++++- tests/qemu-iotests/041.out | 4 +- 10 files changed, 312 insertions(+), 23 deletions(-) --=20 2.0.0