Lines Matching full:c
3 'migration-stats.c',
4 'page_cache.c',
5 'xbzrle.c',
6 'vmstate-types.c',
7 'vmstate.c',
8 'qemu-file.c',
9 'yank_functions.c',
13 'block-dirty-bitmap.c',
14 'block-active.c',
15 'channel.c',
16 'channel-block.c',
17 'cpr.c',
18 'cpr-transfer.c',
19 'cpu-throttle.c',
20 'dirtyrate.c',
21 'exec.c',
22 'fd.c',
23 'file.c',
24 'global_state.c',
25 'migration-hmp-cmds.c',
26 'migration.c',
27 'multifd.c',
28 'multifd-device-state.c',
29 'multifd-nocomp.c',
30 'multifd-zlib.c',
31 'multifd-zero-page.c',
32 'options.c',
33 'postcopy-ram.c',
34 'savevm.c',
35 'socket.c',
36 'tls.c',
37 'threadinfo.c',
41 system_ss.add(files('colo-failover.c', 'colo.c'))
43 system_ss.add(files('colo-stubs.c'))
46 system_ss.add(when: rdma, if_true: files('rdma.c'))
47 system_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
48 system_ss.add(when: qpl, if_true: files('multifd-qpl.c'))
49 system_ss.add(when: uadk, if_true: files('multifd-uadk.c'))
50 system_ss.add(when: qatzip, if_true: files('multifd-qatzip.c'))
53 if_true: files('ram.c',
54 'vfio.c'))