]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/migration.h
migration: Remove non-multifd compression
[mirror_qemu.git] / migration / migration.h
index a02c2ec78270728d06dc67f1eefdcef7b9f890e1..6af01362d42429a455a74486957fc811c936ebb2 100644 (file)
@@ -392,13 +392,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.