kvm: dirty-ring: Fix race with vcpu creation
[qemu/ar7.git] / softmmu / meson.build
blob1a7c7ac089b0c5386a4f22c4b5d025d6bd96091b
1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
2   'arch_init.c',
3   'ioport.c',
4   'memory.c',
5   'physmem.c',
6   'qtest.c',
7   'dirtylimit.c',
8   'watchpoint.c',
9 )])
11 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
12   'icount.c',
13 )])
15 softmmu_ss.add(files(
16   'balloon.c',
17   'bootdevice.c',
18   'cpus.c',
19   'cpu-throttle.c',
20   'cpu-timers.c',
21   'datadir.c',
22   'dma-helpers.c',
23   'globals.c',
24   'memory_mapping.c',
25   'qdev-monitor.c',
26   'rtc.c',
27   'runstate-action.c',
28   'runstate-hmp-cmds.c',
29   'runstate.c',
30   'tpm-hmp-cmds.c',
31   'vl.c',
32 ), sdl, libpmem, libdaxctl)
34 if have_tpm
35   softmmu_ss.add(files('tpm.c'))
36 endif
38 softmmu_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
39 softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))