aboutsummaryrefslogtreecommitdiff
path: root/softmmu/meson.build
blob: 95d38df2593c723d3705c44c4788855c8c753f63 (plain)
1
2
3
4
5
6
7
8
9
10
specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files(
  'arch_init.c',
  'balloon.c',
  'cpus.c',
  'cpu-throttle.c',
  'ioport.c',
  'memory.c',
  'memory_mapping.c',
  'qtest.c',
  'vl.c'))