]> Git Repo - qemu.git/commit - scripts/render_block_graph.py
scripts: add render_block_graph function for QEMUMachine
authorVladimir Sementsov-Ogievskiy <[email protected]>
Fri, 21 Dec 2018 17:09:08 +0000 (20:09 +0300)
committerMax Reitz <[email protected]>
Wed, 30 Jan 2019 23:38:19 +0000 (00:38 +0100)
commitdc2b651a0bcf0e2c2dc225567bbf3c7295d38d77
tree7e402db5a1478ead9247d42f64b0ea8e76edf548
parent5d3b4e99463642b226d1a37433d0e4b376162468
scripts: add render_block_graph function for QEMUMachine

Render block nodes graph with help of graphviz. This new function is
for debugging, so there is no sense to put it into qemu.py as a method
of QEMUMachine. Let's instead put it separately.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Acked-by: Eduardo Habkost <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 20181221170909[email protected]
Signed-off-by: Max Reitz <[email protected]>
scripts/render_block_graph.py [new file with mode: 0755]
This page took 0.023718 seconds and 4 git commands to generate.