1 # Files needed by unit tests
2 migration_files = files(
13 'block-dirty-bitmap.c',
20 'migration-hmp-cmds.c',
33 if get_option('replication').allowed()
34 system_ss.add(files('colo-failover.c', 'colo.c'))
37 system_ss.add(when: rdma, if_true: files('rdma.c'))
38 if get_option('live_block_migration').allowed()
39 system_ss.add(files('block.c'))
41 system_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
43 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
44 if_true: files('ram.c',