From 8becb36063fb14df1e3ae4916215667e2cb65fa2 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrangé" Date: Mon, 22 Feb 2021 13:35:15 +0000 Subject: monitor: remove 'query-events' QMP command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé --- docs/system/deprecated.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/system/deprecated.rst') diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 8f4d756e35..bffc7e4d59 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -249,12 +249,6 @@ The ``query-cpus`` command is replaced by the ``query-cpus-fast`` command. The ``arch`` output member of the ``query-cpus-fast`` command is replaced by the ``target`` output member. -``query-events`` (since 4.0) -'''''''''''''''''''''''''''' - -The ``query-events`` command has been superseded by the more powerful -and accurate ``query-qmp-schema`` command. - chardev client socket with ``wait`` option (since 4.0) '''''''''''''''''''''''''''''''''''''''''''''''''''''' -- cgit 1.4.1