diff options
author | Daniel P. Berrangé | 2021-02-22 13:54:55 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-03-18 10:22:55 +0100 |
commit | 8af54b9172ff3b9bbdbb3191ed84994d275a0d81 (patch) | |
tree | c664dd47c9b01338d7266c2a71e7219702e66eb6 /docs/system/deprecated.rst | |
parent | migrate: remove QMP/HMP commands for speed, downtime and cache size (diff) | |
download | qemu-8af54b9172ff3b9bbdbb3191ed84994d275a0d81.tar.gz qemu-8af54b9172ff3b9bbdbb3191ed84994d275a0d81.tar.xz qemu-8af54b9172ff3b9bbdbb3191ed84994d275a0d81.zip |
machine: remove 'query-cpus' QMP command
The newer 'query-cpus-fast' command avoids side effects on the guest
execution. Note that some of the field names are different in the
'query-cpus-fast' command.
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system/deprecated.rst')
-rw-r--r-- | docs/system/deprecated.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index c92387180c..9a62afa6de 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -228,11 +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`` (since 2.12.0) -''''''''''''''''''''''''''''' - -The ``query-cpus`` command is replaced by the ``query-cpus-fast`` command. - ``query-cpus-fast`` ``arch`` output member (since 3.0.0) '''''''''''''''''''''''''''''''''''''''''''''''''''''''' |