From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmSm-0000PT-GU for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOmSg-0003Xn-LD for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:32:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmSg-0003Xi-Dr for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:32:18 -0400 Message-ID: <507FCC9B.7040001@redhat.com> Date: Thu, 18 Oct 2012 11:32:11 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1350539734-10115-1-git-send-email-kashyap.cv@gmail.com> In-Reply-To: <1350539734-10115-1-git-send-email-kashyap.cv@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] qemu-img: document 'info --backing-chain' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kashyap Chamarthy Cc: qemu-devel@nongnu.org Am 18.10.2012 07:55, schrieb Kashyap Chamarthy: > Signed-off-by: Kashyap Chamarthy > --- > qemu-img-cmds.hx | 4 ++-- > qemu-img.texi | 21 ++++++++++++++++++++- > 2 files changed, 22 insertions(+), 3 deletions(-) Thanks, applied to the block branch. Kevin