]> git.proxmox.com Git - mirror_qemu.git/blame - softmmu/meson.build
tests/vm: custom openbsd partitioning to increase /home space
[mirror_qemu.git] / softmmu / meson.build
CommitLineData
740b1759 1specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
5d3ea0e1 2 'arch_init.c',
5d3ea0e1
PB
3 'ioport.c',
4 'memory.c',
e0220bb5 5 'physmem.c',
5d3ea0e1 6 'qtest.c',
cc2b33ea 7 'dirtylimit.c',
740b1759
CF
8)])
9
10specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
2609ec28
PMD
11 'icount.c',
12 'watchpoint.c',
740b1759 13)])
800d4ded
PB
14
15softmmu_ss.add(files(
e0220bb5 16 'balloon.c',
800d4ded 17 'bootdevice.c',
e0220bb5
PMD
18 'cpus.c',
19 'cpu-throttle.c',
20 'cpu-timers.c',
21 'datadir.c',
800d4ded 22 'dma-helpers.c',
e0220bb5
PMD
23 'globals.c',
24 'memory_mapping.c',
800d4ded 25 'qdev-monitor.c',
e0220bb5
PMD
26 'rtc.c',
27 'runstate-action.c',
bab46b81 28 'runstate-hmp-cmds.c',
e0220bb5 29 'runstate.c',
0801062c 30 'tpm-hmp-cmds.c',
e0220bb5 31 'vl.c',
d9f24bf5 32), sdl, libpmem, libdaxctl)
800d4ded 33
0d04c4c9
PB
34if have_tpm
35 softmmu_ss.add(files('tpm.c'))
36endif
37
90835c2b 38softmmu_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
800d4ded 39softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))