diff options
| author | Fabiano Rosas <farosas@suse.de> | 2024-04-30 11:27:36 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-05-08 09:20:59 -0300 |
| commit | 0222111a22b2d3e08c62edb6b18bd8bdea4b64d5 (patch) | |
| tree | 947c6ede900b900c06697bc1713a4f6e5b9de405 /migration/migration.h | |
| parent | eef0bae3a75fa33921ac859f70fd154310915ad4 (diff) | |
| download | focaccia-qemu-0222111a22b2d3e08c62edb6b18bd8bdea4b64d5.tar.gz focaccia-qemu-0222111a22b2d3e08c62edb6b18bd8bdea4b64d5.zip | |
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/migration.h')
| -rw-r--r-- | migration/migration.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/migration/migration.h b/migration/migration.h index a02c2ec782..6af01362d4 100644 --- a/migration/migration.h +++ b/migration/migration.h @@ -393,13 +393,6 @@ struct MigrationState { /* Needed by postcopy-pause state */ QemuSemaphore postcopy_pause_sem; /* - * Whether we abort the migration if decompression errors are - * detected at the destination. It is left at false for qemu - * older than 3.0, since only newer qemu sends streams that - * do not trigger spurious decompression errors. - */ - bool decompress_error_check; - /* * This variable only affects behavior when postcopy preempt mode is * enabled. * |