hw/dma: Add SiFive platform DMA controller emulation
[qemu/ar7.git] / softmmu / meson.build
blob95d38df2593c723d3705c44c4788855c8c753f63
1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files(
2   'arch_init.c',
3   'balloon.c',
4   'cpus.c',
5   'cpu-throttle.c',
6   'ioport.c',
7   'memory.c',
8   'memory_mapping.c',
9   'qtest.c',
10   'vl.c'))