diff options
author | Daniel P. Berrangé | 2021-02-22 14:35:15 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-03-18 10:22:55 +0100 |
commit | 8becb36063fb14df1e3ae4916215667e2cb65fa2 (patch) | |
tree | cc559201030e1b9e287fec1d20b06c89a3cc258a /docs/system/removed-features.rst | |
parent | monitor: raise error when 'pretty' option is used with HMP (diff) | |
download | qemu-8becb36063fb14df1e3ae4916215667e2cb65fa2.tar.gz qemu-8becb36063fb14df1e3ae4916215667e2cb65fa2.tar.xz qemu-8becb36063fb14df1e3ae4916215667e2cb65fa2.zip |
monitor: remove 'query-events' QMP command
The code comment suggests removing QAPIEvent_(str|lookup) symbols too,
however, these are both auto-generated as standard for any enum in
QAPI. As such it they'll exist whether we use them or not.
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system/removed-features.rst')
-rw-r--r-- | docs/system/removed-features.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 372aadceae..e932d023a2 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -77,6 +77,12 @@ documentation of ``query-hotpluggable-cpus`` for additional details. Use ``blockdev-change-medium`` or ``change-vnc-password`` instead. +``query-events`` (removed in 6.0) +''''''''''''''''''''''''''''''''' + +The ``query-events`` command has been superseded by the more powerful +and accurate ``query-qmp-schema`` command. + Human Monitor Protocol (HMP) commands ------------------------------------- |