From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1ezQ-0002h2-Jx for qemu-devel@nongnu.org; Wed, 15 Aug 2012 10:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1ezP-0004xX-M4 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 10:54:32 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:60113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1ezP-0004xE-Fo for qemu-devel@nongnu.org; Wed, 15 Aug 2012 10:54:31 -0400 Received: by wgbfm10 with SMTP id fm10so1185542wgb.10 for ; Wed, 15 Aug 2012 07:54:29 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Wed, 15 Aug 2012 16:54:23 +0200 Message-Id: <1345042466-31743-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 0/3] 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, 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. Makefile | 3 +- qapi-schema.json | 57 ++++++++++++++++++++++++ qemu-img.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 175 insertions(+), 11 deletions(-) -- 1.7.9.5