summaryrefslogblamecommitdiffstats
path: root/hw/dma/meson.build
blob: b991d7698c7498d8a9f06e55bcc2ede9a5fd68d7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                
                                                                           
softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_dma.c'))
softmmu_ss.add(when: 'CONFIG_RC4030', if_true: files('rc4030.c'))
softmmu_ss.add(when: 'CONFIG_PL080', if_true: files('pl080.c'))
softmmu_ss.add(when: 'CONFIG_PL330', if_true: files('pl330.c'))
softmmu_ss.add(when: 'CONFIG_I82374', if_true: files('i82374.c'))
softmmu_ss.add(when: 'CONFIG_I8257', if_true: files('i8257.c'))
softmmu_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('xilinx_axidma.c'))
softmmu_ss.add(when: 'CONFIG_ZYNQ_DEVCFG', if_true: files('xlnx-zynq-devcfg.c'))
softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_dma.c'))
softmmu_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dpdma.c'))
softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zdma.c'))
softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_dma.c', 'soc_dma.c'))
softmmu_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_dma.c'))
softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_dma.c'))
softmmu_ss.add(when: 'CONFIG_SIFIVE_PDMA', if_true: files('sifive_pdma.c'))
f='/bwlp/qemu.git/commit/hw/pci/pcie_host.c?id=6f6d282330a3c85ecbeb54dec5b57282bd177b44'>pcie_host: expose address formatMichael S. Tsirkin2013-10-141-21/+0Star * pcie_host: expose UNMAPPED macroMichael S. Tsirkin2013-10-141-3/+0Star * hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2 * memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1 * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1 * pci: fix path for local includesMichael S. Tsirkin2012-12-171-3/+3