From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4AJb-0003PS-Uu for qemu-devel@nongnu.org; Wed, 22 Aug 2012 08:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4AJa-0003Z9-QD for qemu-devel@nongnu.org; Wed, 22 Aug 2012 08:45:43 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:52022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4AJa-0003Ym-JF for qemu-devel@nongnu.org; Wed, 22 Aug 2012 08:45:42 -0400 Received: by wgbfm10 with SMTP id fm10so615564wgb.10 for ; Wed, 22 Aug 2012 05:45:41 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Wed, 22 Aug 2012 14:45:33 +0200 Message-Id: <1345639535-8822-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 V4 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, 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. the --output=(json|human) option is now mandatory on 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 in v4: Wenchao Xia && Kevin Wolf: -Refactor to separate rate ImageInfo collection from human printing. Kevin Wolf: -Use --output=(json|human). -make the two choice exclusive and print a message if none is specified. -cosmetic '=' alignement in collect snapshots. Benoît Canet: -add full-backing-filename to the ImageInfo structure (needed for human printing) -make ImageInfo->actual_size optional depending on the context. Benoît Canet (2): qapi: Add SnapshotInfo and ImageInfo. qemu-img: Add json output option to the info command. Makefile | 3 +- qapi-schema.json | 62 ++++++++++++++ qemu-img.c | 252 ++++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 272 insertions(+), 45 deletions(-) -- 1.7.9.5