]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Remove non-multifd compression
authorFabiano Rosas <farosas@suse.de>
Tue, 30 Apr 2024 14:27:36 +0000 (11:27 -0300)
committerFabiano Rosas <farosas@suse.de>
Wed, 8 May 2024 12:20:59 +0000 (09:20 -0300)
commit0222111a22b2d3e08c62edb6b18bd8bdea4b64d5
tree947c6ede900b900c06697bc1713a4f6e5b9de405
parenteef0bae3a75fa33921ac859f70fd154310915ad4
migration: Remove non-multifd compression

The 'compress' migration capability enables the old compression code
which has shown issues over the years and is thought to be less stable
and tested than the more recent multifd-based compression. The old
compression code has been deprecated in 8.2 and now is time to remove
it.

Deprecation commit 864128df46 ("migration: Deprecate old compression
method").

Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
16 files changed:
docs/about/deprecated.rst
docs/about/removed-features.rst
hw/core/machine.c
migration/meson.build
migration/migration-hmp-cmds.c
migration/migration.c
migration/migration.h
migration/options.c
migration/options.h
migration/qemu-file.c
migration/qemu-file.h
migration/ram-compress.c [deleted file]
migration/ram-compress.h [deleted file]
migration/ram.c
qapi/migration.json
tests/qtest/migration-test.c