summaryrefslogtreecommitdiff
path: root/QMP/qmp-shell
diff options
context:
space:
mode:
Diffstat (limited to 'QMP/qmp-shell')
-rwxr-xr-xQMP/qmp-shell1
1 files changed, 1 insertions, 0 deletions
diff --git a/QMP/qmp-shell b/QMP/qmp-shell
index f89b9af87e..a5b72d15d1 100755
--- a/QMP/qmp-shell
+++ b/QMP/qmp-shell
@@ -42,6 +42,7 @@ def main():
qemu = qmp.QEMUMonitorProtocol(argv[1])
qemu.connect()
+ qemu.send("qmp_capabilities")
print 'Connected!'