From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx2IM-0000XR-RB for qemu-devel@nongnu.org; Thu, 02 Aug 2012 16:46:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sx2IL-0007Bl-Al for qemu-devel@nongnu.org; Thu, 02 Aug 2012 16:46:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx2IL-0007Bf-1X for qemu-devel@nongnu.org; Thu, 02 Aug 2012 16:46:57 -0400 Date: Thu, 2 Aug 2012 17:47:26 -0300 From: Luiz Capitulino Message-ID: <20120802174726.034e157e@doriath.home> In-Reply-To: <1343895769-21255-1-git-send-email-benoit@irqsave.net> References: <1343895769-21255-1-git-send-email-benoit@irqsave.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V6 0/3] Show backing file depth in HMP and QMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?B?QmVub+50?= Canet Cc: kwolf@redhat.com, =?ISO-8859-1?B?QmVub+50?= Canet , qemu-devel@nongnu.org, pbonzini@redhat.com, eblake@redhat.com, stefanha@linux.vnet.ibm.com On Thu, 2 Aug 2012 10:22:46 +0200 "Beno=EEt Canet" wrote: > In some setups many backing files and snapshot are chained. > This lead to the formation of huge trees of snapshots all depending > on a common ancestor. >=20 > Hence if something bad happen to this common ancestor all the snapshot > of the tree will be broken. >=20 > This patch add an easy way for the user to monitor backing file depth > and take the good decision (streaming). This looks good to me now, and as it conflicts with my error work, I've applied it to the qmp branch. Reviewers still have time to review it though.