All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots
@ 2012-08-14 16:34 Benoît Canet
  2012-08-14 16:34 ` [Qemu-devel] [RFC] contribs: Add snapshot_tree.py a tool to build snapshot graphs Benoît Canet
  2012-08-14 17:08 ` [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots Eric Blake
  0 siblings, 2 replies; 3+ messages in thread
From: Benoît Canet @ 2012-08-14 16:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Benoît Canet

This python script help to build a dot(1) or D3.js JSON output corresponding to
a hierarchy of QEMU images snapshots in some given directories.

qemu-img info output parsing is actually very hard to do cleanly and this script
use it.
Would an additional -json option to qemu-img info be welcome ?

Benoît Canet (1):
  contribs: Add snapshot_tree.py a tool to build snapshot graphs.

 contribs/snapshot_tree.py |  406 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 406 insertions(+)
 create mode 100755 contribs/snapshot_tree.py

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-14 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 16:34 [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots Benoît Canet
2012-08-14 16:34 ` [Qemu-devel] [RFC] contribs: Add snapshot_tree.py a tool to build snapshot graphs Benoît Canet
2012-08-14 17:08 ` [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.