From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1iPn-0002WR-R3 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:34:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1iPm-0005kj-Tf for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:33:59 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:55048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1iPm-0005kf-M8 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:33:58 -0400 Received: by weyz53 with SMTP id z53so1191038wey.4 for ; Wed, 15 Aug 2012 11:33:58 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Wed, 15 Aug 2012 20:33:53 +0200 Message-Id: <1345055635-8372-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 V2 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 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 | 138 +++++++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 189 insertions(+), 12 deletions(-) -- 1.7.9.5