]> git.proxmox.com Git - qemu.git/commit
hw: move DMA controllers to hw/dma/, configure with default-configs/
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 13:54:35 +0000 (14:54 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:14 +0000 (18:13 +0200)
commitd2c0bd845847820e4abd99638aa2e9b90611a5bf
tree7389cf6526249eb312b0a2985331292e350d5ce3
parentba25df88cc004dffad908b54a71ad8510551e6d2
hw: move DMA controllers to hw/dma/, configure with default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
17 files changed:
default-configs/sparc-softmmu.mak
hw/arm/Makefile.objs
hw/cris/Makefile.objs
hw/dma/Makefile.objs
hw/dma/etraxfs_dma.c [new file with mode: 0644]
hw/dma/omap_dma.c [new file with mode: 0644]
hw/dma/pxa2xx_dma.c [new file with mode: 0644]
hw/dma/soc_dma.c [new file with mode: 0644]
hw/dma/sparc32_dma.c [new file with mode: 0644]
hw/dma/sun4m_iommu.c [new file with mode: 0644]
hw/etraxfs_dma.c [deleted file]
hw/omap_dma.c [deleted file]
hw/pxa2xx_dma.c [deleted file]
hw/soc_dma.c [deleted file]
hw/sparc/Makefile.objs
hw/sparc32_dma.c [deleted file]
hw/sun4m_iommu.c [deleted file]