diff options
| author | Kevin Wolf | 2020-02-24 15:30:07 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2020-03-06 17:21:28 +0100 |
| commit | a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab (patch) | |
| tree | 1e77f49e02ffe116c3f8e57dade4ee22328269e7 /qapi | |
| parent | hmp: Fail gracefully if chardev is already in use (diff) | |
| download | qemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.tar.gz qemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.tar.xz qemu-a2f411c4671b0b6cfe5f3b91b65d9bc8456e75ab.zip | |
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.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/control.json b/qapi/control.json index 3ee086aec7..85b12fe0fb 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) # |
