aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-06-07 16:06:40 -0400
committerJohn Snow <jsnow@redhat.com>2021-06-18 16:10:07 -0400
commit74688377feb551101f8a3e3de483df56d30299e4 (patch)
tree6e9d010fabf7d0f726dfd17f8646e213ce091520 /scripts/qmp
parentbe19c6a7126e5a463b3ef1ea23b985f6dc627a7a (diff)
downloadqemu-74688377feb551101f8a3e3de483df56d30299e4.zip
qemu-74688377feb551101f8a3e3de483df56d30299e4.tar.gz
qemu-74688377feb551101f8a3e3de483df56d30299e4.tar.bz2
scripts/qmp-shell: remove TODO
We still want to revamp qmp-shell again, but there's much more to the idea than the comment now intuits. Remove it. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210607200649.1840382-34-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'scripts/qmp')
-rwxr-xr-xscripts/qmp/qmp-shell2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell
index 0199a13..3c32b57 100755
--- a/scripts/qmp/qmp-shell
+++ b/scripts/qmp/qmp-shell
@@ -130,8 +130,6 @@ class FuzzyJSON(ast.NodeTransformer):
return node
-# TODO: QMPShell's interface is a bit ugly (eg. _fill_completion() and
-# _execute_cmd()). Let's design a better one.
class QMPShell(qmp.QEMUMonitorProtocol):
def __init__(self, address: qmp.SocketAddrT,
pretty: bool = False, verbose: bool = False):