]> git.proxmox.com Git - mirror_qemu.git/commit - docs/rdma.txt
migrate: remove QMP/HMP commands for speed, downtime and cache size
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Feb 2021 18:40:12 +0000 (18:40 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 18 Mar 2021 09:22:55 +0000 (09:22 +0000)
commitcbde7be900d2a2279cbc4becb91d1ddd6a014def
treede317c2edbeb20ac706cdf0a6861dc5770936eae
parent8becb36063fb14df1e3ae4916215667e2cb65fa2
migrate: remove QMP/HMP commands for speed, downtime and cache size

The generic 'migrate_set_parameters' command handle all types of param.

Only the QMP commands were documented in the deprecations page, but the
rationale for deprecating applies equally to HMP, and the replacements
exist. Furthermore the HMP commands are just shims to the QMP commands,
so removing the latter breaks the former unless they get re-implemented.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
17 files changed:
docs/devel/migration.rst
docs/rdma.txt
docs/system/deprecated.rst
docs/system/removed-features.rst
docs/xbzrle.txt
hmp-commands-info.hx
hmp-commands.hx
include/monitor/hmp.h
migration/migration.c
migration/ram.c
monitor/hmp-cmds.c
qapi/migration.json
tests/migration/guestperf/engine.py
tests/qemu-iotests/181
tests/qtest/migration-test.c
tests/qtest/test-hmp.c
tests/qtest/vhost-user-test.c