diff options
Diffstat (limited to 'QMP/qmp-shell')
-rwxr-xr-x | QMP/qmp-shell | 1 |
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!' |