]> git.proxmox.com Git - mirror_qemu.git/blame - softmmu/meson.build
Merge tag 'machine-core-20211115' of https://github.com/philmd/qemu into staging
[mirror_qemu.git] / softmmu / meson.build
CommitLineData
740b1759 1specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
5d3ea0e1
PB
2 'arch_init.c',
3 'balloon.c',
4 'cpus.c',
5 'cpu-throttle.c',
2c65db5e 6 'datadir.c',
c5e3c918 7 'globals.c',
d9f24bf5 8 'physmem.c',
5d3ea0e1 9 'ioport.c',
bf4d4056 10 'rtc.c',
ba87e434 11 'runstate.c',
5d3ea0e1
PB
12 'memory.c',
13 'memory_mapping.c',
14 'qtest.c',
740b1759
CF
15 'vl.c',
16 'cpu-timers.c',
e6dba048 17 'runstate-action.c',
740b1759
CF
18)])
19
20specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
21 'icount.c'
22)])
800d4ded
PB
23
24softmmu_ss.add(files(
25 'bootdevice.c',
26 'dma-helpers.c',
27 'qdev-monitor.c',
d9f24bf5 28), sdl, libpmem, libdaxctl)
800d4ded
PB
29
30softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c'))
90835c2b 31softmmu_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
800d4ded 32softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))