]> Git Repo - qemu.git/blobdiff - scripts/render_block_graph.py
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / scripts / render_block_graph.py
index b33fb70d5ee9e278d380e416a362a8f504d50636..8f731a5cfe179efb75e704ff4e474eb329e1ca5e 100755 (executable)
@@ -25,8 +25,8 @@ import json
 from graphviz import Digraph
 
 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'python'))
-from qemu.aqmp import QMPError
-from qemu.aqmp.legacy import QEMUMonitorProtocol
+from qemu.qmp import QMPError
+from qemu.qmp.legacy import QEMUMonitorProtocol
 
 
 def perm(arr):
This page took 0.021925 seconds and 4 git commands to generate.