]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/meson.build
migration: Remove block migration
[mirror_qemu.git] / migration / meson.build
index f76b1ba3289550cb68ab2902f1db513bcd91783b..d7e118f5842cb9826cef03564e95d5b1d2f85308 100644 (file)
@@ -39,9 +39,6 @@ else
 endif
 
 system_ss.add(when: rdma, if_true: files('rdma.c'))
-if get_option('live_block_migration').allowed()
-  system_ss.add(files('block.c'))
-endif
 system_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
 
 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',