]> git.proxmox.com Git - qemu.git/commit - default-configs/arm-softmmu.mak
hw: move other devices to hw/misc/, configure with default-configs/
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 3 Apr 2013 16:06:08 +0000 (18:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:16 +0000 (18:13 +0200)
commite28bee8ee654b81f4688a505e56ade0692174b5c
tree10957fa9975ffda17a02c1001c10656044830892
parent914e29d28052dbe5a4f41b71eaf8c7bb19ac0929
hw: move other devices to hw/misc/, configure with default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
53 files changed:
default-configs/arm-softmmu.mak
default-configs/i386-softmmu.mak
default-configs/sparc-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/a9scu.c [deleted file]
hw/arm/Makefile.objs
hw/arm_sysctl.c [deleted file]
hw/cbus.c [deleted file]
hw/debugexit.c [deleted file]
hw/eccmemctl.c [deleted file]
hw/exynos4210_pmu.c [deleted file]
hw/i386/Makefile.objs
hw/imx_ccm.c [deleted file]
hw/lm32/Makefile.objs
hw/lm32_sys.c [deleted file]
hw/milkymist-hpdmc.c [deleted file]
hw/milkymist-pfpu.c [deleted file]
hw/misc/Makefile.objs
hw/misc/a9scu.c [new file with mode: 0644]
hw/misc/arm_sysctl.c [new file with mode: 0644]
hw/misc/cbus.c [new file with mode: 0644]
hw/misc/debugexit.c [new file with mode: 0644]
hw/misc/eccmemctl.c [new file with mode: 0644]
hw/misc/exynos4210_pmu.c [new file with mode: 0644]
hw/misc/imx_ccm.c [new file with mode: 0644]
hw/misc/lm32_sys.c [new file with mode: 0644]
hw/misc/milkymist-hpdmc.c [new file with mode: 0644]
hw/misc/milkymist-pfpu.c [new file with mode: 0644]
hw/misc/mst_fpga.c [new file with mode: 0644]
hw/misc/omap_clk.c [new file with mode: 0644]
hw/misc/omap_gpmc.c [new file with mode: 0644]
hw/misc/omap_l4.c [new file with mode: 0644]
hw/misc/omap_sdrc.c [new file with mode: 0644]
hw/misc/omap_tap.c [new file with mode: 0644]
hw/misc/pc-testdev.c [new file with mode: 0644]
hw/misc/pxa2xx_pcmcia.c [new file with mode: 0644]
hw/misc/sga.c [new file with mode: 0644]
hw/misc/slavio_misc.c [new file with mode: 0644]
hw/misc/vmport.c [new file with mode: 0644]
hw/misc/zynq_slcr.c [new file with mode: 0644]
hw/mst_fpga.c [deleted file]
hw/omap_clk.c [deleted file]
hw/omap_gpmc.c [deleted file]
hw/omap_l4.c [deleted file]
hw/omap_sdrc.c [deleted file]
hw/omap_tap.c [deleted file]
hw/pc-testdev.c [deleted file]
hw/pxa2xx_pcmcia.c [deleted file]
hw/sga.c [deleted file]
hw/slavio_misc.c [deleted file]
hw/sparc/Makefile.objs
hw/vmport.c [deleted file]
hw/zynq_slcr.c [deleted file]