From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9yPl-0002BK-Cp for qemu-devel@nongnu.org; Fri, 07 Sep 2012 09:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9yPh-0000QU-8x for qemu-devel@nongnu.org; Fri, 07 Sep 2012 09:16:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9yPh-0000QQ-0a for qemu-devel@nongnu.org; Fri, 07 Sep 2012 09:16:01 -0400 Message-ID: <5049F385.6060009@redhat.com> Date: Fri, 07 Sep 2012 15:15:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1346843342-31708-1-git-send-email-benoit@irqsave.net> In-Reply-To: <1346843342-31708-1-git-send-email-benoit@irqsave.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V8 0/2] Add JSON output to qemu-img info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= Cc: stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, pbonzini@redhat.com, eblake@redhat.com, xiawenc@linux.vnet.ibm.com Am 05.09.2012 13:09, schrieb Beno=C3=AEt Canet: > This patchset add a JSON output mode to the qemu-img info command. > It's a rewrite from scratch of the original patchset by Wenchao Xia > following Anthony Liguori advices on JSON formating. >=20 > the --output=3D(json|human) option is now mandatory on the command line. >=20 > Beno=C3=AEt Canet (3): > qapi: Add SnapshotInfo. > qapi: Add ImageInfo. > qemu-img: Add json output option to the info command. Thanks, applied both to block-next. Kevin