From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLKc8-0003hu-VJ for qemu-devel@nongnu.org; Wed, 05 Mar 2014 17:48:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLKc3-0006Vu-13 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 17:48:36 -0500 Received: from lnantes-156-75-100-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:55800 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLKc2-0006Vn-RH for qemu-devel@nongnu.org; Wed, 05 Mar 2014 17:48:30 -0500 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 5 Mar 2014 23:48:28 +0100 Message-Id: <1394059709-7883-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] [QEMU 2.0 FIX V2] Fix bdrv_swap behavior regarding the node graph 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, mreitz@redhat.com This bug was discovered while working on the quorum file replacement. The patch switch to a more sane behavior discussed with Kevin. Best regards Beno=C3=AEt Beno=C3=AEt Canet (1): block: make bdrv_swap rebuild the bs graph node list field. block.c | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) --=20 1.8.3.2