]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/render_block_graph.py
migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data
[mirror_qemu.git] / scripts / render_block_graph.py
index 3e9d282a49bd2a13fa4571e05c70d2c1c0fb1a3f..656f0388ad6b05840f1a77b1e150284c5ae89736 100755 (executable)
@@ -25,7 +25,7 @@ import json
 from graphviz import Digraph
 
 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'python'))
-from qemu import MonitorResponseError
+from qemu.machine import MonitorResponseError
 
 
 def perm(arr):