1 # Files needed by unit tests
2 migration_files = files(
13 'block-dirty-bitmap.c',
21 'migration-hmp-cmds.c',
25 'multifd-zero-page.c',
35 if get_option('replication').allowed()
36 system_ss.add(files('colo-failover.c', 'colo.c'))
38 system_ss.add(files('colo-stubs.c'))
41 system_ss.add(when: rdma, if_true: files('rdma.c'))
42 if get_option('live_block_migration').allowed()
43 system_ss.add(files('block.c'))
45 system_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
47 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
48 if_true: files('ram.c',