diff options
author | Daniel P. Berrangé | 2021-02-22 14:29:31 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-03-18 10:22:55 +0100 |
commit | 445a5b4087567bf4d4ce76d394adf78d9d5c88a5 (patch) | |
tree | 192d9dee7be3328738734c48d55c4162918395e3 /docs/system | |
parent | machine: remove 'query-cpus' QMP command (diff) | |
download | qemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.tar.gz qemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.tar.xz qemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.zip |
machine: remove 'arch' field from 'query-cpus-fast' QMP command
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/deprecated.rst | 6 | ||||
-rw-r--r-- | docs/system/removed-features.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 9a62afa6de..30c5969e22 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -228,12 +228,6 @@ Since the ``dirty-bitmaps`` field is optionally present in both the old and new locations, clients must use introspection to learn where to anticipate the field if/when it does appear in command output. -``query-cpus-fast`` ``arch`` output member (since 3.0.0) -'''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -The ``arch`` output member of the ``query-cpus-fast`` command is -replaced by the ``target`` output member. - chardev client socket with ``wait`` option (since 4.0) '''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index d7d86b3143..ce1087c6a7 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -98,6 +98,12 @@ Use ``migrate_set_parameter`` instead. The ``query-cpus`` command is replaced by the ``query-cpus-fast`` command. +``query-cpus-fast`` ``arch`` output member (removed in 6.0) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +The ``arch`` output member of the ``query-cpus-fast`` command is +replaced by the ``target`` output member. + Human Monitor Protocol (HMP) commands ------------------------------------- |