From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1ie7-0001Tp-TX for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:48:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1ie7-00028P-0W for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:48:47 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:55466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1ie6-00028J-K4 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:48:46 -0400 Received: by wgbds1 with SMTP id ds1so5083936wgb.4 for ; Wed, 15 Aug 2012 11:48:45 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Wed, 15 Aug 2012 20:48:41 +0200 Message-Id: <1345056523-10249-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH V3 0/2] Add JSON output to qemu-img info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, lcapitulino@redhat.com, pbonzini@redhat.com, eblake@redhat.com, xiawenc@linux.vnet.ibm.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= 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. To use it simply add --machine=json to the command line. Benoît Canet (3): qapi: Add SnapshotInfo. qapi: Add ImageInfo. qemu-img: Add json output option to the info command. in v2: eblake: make some field optionals squash the two qapi patchs together fix a typo on vm_clock_nsec bcanet: fix a potential memory leak in v3: lcapitulino: remove unneeded test put '\n' at the end of json in printf statement drop the uneeded head pointer in collect_snapshots Benoît Canet (2): qapi: Add SnapshotInfo and ImageInfo. qemu-img: Add json output option to the info command. Makefile | 3 +- qapi-schema.json | 60 ++++++++++++++++++++++++ qemu-img.c | 133 +++++++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 184 insertions(+), 12 deletions(-) -- 1.7.9.5