]> git.proxmox.com Git - mirror_qemu.git/commit
machine: remove 'query-cpus' QMP command
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 22 Feb 2021 12:54:55 +0000 (12:54 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 18 Mar 2021 09:22:55 +0000 (09:22 +0000)
commit8af54b9172ff3b9bbdbb3191ed84994d275a0d81
treec664dd47c9b01338d7266c2a71e7219702e66eb6
parentcbde7be900d2a2279cbc4becb91d1ddd6a014def
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>
docs/system/deprecated.rst
docs/system/removed-features.rst
hw/core/machine-hmp-cmds.c
hw/core/machine-qmp-cmds.c
qapi/machine.json
tests/acceptance/pc_cpu_hotplug_props.py
tests/acceptance/x86_cpu_model_versions.py
tests/migration/guestperf/engine.py
tests/qtest/numa-test.c
tests/qtest/qmp-test.c
tests/qtest/test-x86-cpuid-compat.c