1 # Files needed by unit tests
2 migration_files = files(
11 softmmu_ss.add(migration_files)
14 'block-dirty-bitmap.c',
30 softmmu_ss.add(when: ['CONFIG_RDMA', rdma], if_true: files('rdma.c'))
31 if get_option('live_block_migration').allowed()
32 softmmu_ss.add(files('block.c'))
34 softmmu_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
36 specific_ss.add(when: 'CONFIG_SOFTMMU',
37 if_true: files('dirtyrate.c', 'ram.c', 'target.c'))