aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2020-02-24 15:30:07 +0100
committerKevin Wolf <kwolf@redhat.com>2020-03-06 17:21:28 +0100
commita2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab (patch)
tree1e77f49e02ffe116c3f8e57dade4ee22328269e7 /qapi
parent8e9119a807df510f0d2ce4cdda3078166d6e99a7 (diff)
downloadqemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.zip
qemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.tar.gz
qemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.tar.bz2
monitor: Add allow_hmp parameter to monitor_init()
Add a new parameter allow_hmp to monitor_init() so that the storage daemon can disable HMP. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200224143008.13362-20-kwolf@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/control.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/control.json b/qapi/control.json
index 3ee086a..85b12fe 100644
--- a/qapi/control.json
+++ b/qapi/control.json
@@ -237,7 +237,8 @@
#
# @id: Name of the monitor
#
-# @mode: Selects the monitor mode (default: readline)
+# @mode: Selects the monitor mode (default: readline in the system
+# emulator, control in qemu-storage-daemon)
#
# @pretty: Enables pretty printing (QMP only)
#