aboutsummaryrefslogtreecommitdiff
path: root/migration/meson.build
diff options
context:
space:
mode:
authorFabiano Rosas <farosas@suse.de>2024-04-30 11:27:36 -0300
committerFabiano Rosas <farosas@suse.de>2024-05-08 09:20:59 -0300
commit0222111a22b2d3e08c62edb6b18bd8bdea4b64d5 (patch)
tree947c6ede900b900c06697bc1713a4f6e5b9de405 /migration/meson.build
parenteef0bae3a75fa33921ac859f70fd154310915ad4 (diff)
downloadqemu-0222111a22b2d3e08c62edb6b18bd8bdea4b64d5.zip
qemu-0222111a22b2d3e08c62edb6b18bd8bdea4b64d5.tar.gz
qemu-0222111a22b2d3e08c62edb6b18bd8bdea4b64d5.tar.bz2
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>
Diffstat (limited to 'migration/meson.build')
-rw-r--r--migration/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/meson.build b/migration/meson.build
index d7e118f..8815f80 100644
--- a/migration/meson.build
+++ b/migration/meson.build
@@ -23,7 +23,6 @@ system_ss.add(files(
'multifd.c',
'multifd-zlib.c',
'multifd-zero-page.c',
- 'ram-compress.c',
'options.c',
'postcopy-ram.c',
'savevm.c',