On 23.08.18 17:46, Vladimir Sementsov-Ogievskiy wrote: > 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 > --- > scripts/render_block_graph.py | 120 ++++++++++++++++++++++++++++++++++ > 1 file changed, 120 insertions(+) > create mode 100755 scripts/render_block_graph.py Reviewed-by: Max Reitz