]> git.proxmox.com Git - qemu.git/commit
hw: move timer devices to hw/timer/, configure with default-configs/
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 13:38:25 +0000 (14:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:14 +0000 (18:13 +0200)
commit3bd884511f8dc44a01e32878b2972443a16db70d
tree97bf4af7947076a7e23f905a370a157e422fd967
parent47934d0aadc075b05ce2d9e8a44fa6a46edd1afa
hw: move timer devices to hw/timer/, configure with default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
46 files changed:
default-configs/arm-softmmu.mak
default-configs/sparc-softmmu.mak
hw/arm/Makefile.objs
hw/arm_mptimer.c [deleted file]
hw/cris/Makefile.objs
hw/etraxfs_timer.c [deleted file]
hw/exynos4210_mct.c [deleted file]
hw/exynos4210_pwm.c [deleted file]
hw/exynos4210_rtc.c [deleted file]
hw/grlib_gptimer.c [deleted file]
hw/imx_timer.c [deleted file]
hw/input/Makefile.objs
hw/input/milkymist-softusb.c [new file with mode: 0644]
hw/input/pxa2xx_keypad.c [new file with mode: 0644]
hw/input/tsc210x.c [new file with mode: 0644]
hw/lm32/Makefile.objs
hw/lm32_timer.c [deleted file]
hw/milkymist-softusb.c [deleted file]
hw/milkymist-sysctl.c [deleted file]
hw/omap_gptimer.c [deleted file]
hw/omap_synctimer.c [deleted file]
hw/pxa2xx_keypad.c [deleted file]
hw/pxa2xx_timer.c [deleted file]
hw/sh4/Makefile.objs
hw/sh_timer.c [deleted file]
hw/slavio_timer.c [deleted file]
hw/sparc/Makefile.objs
hw/timer/Makefile.objs
hw/timer/arm_mptimer.c [new file with mode: 0644]
hw/timer/etraxfs_timer.c [new file with mode: 0644]
hw/timer/exynos4210_mct.c [new file with mode: 0644]
hw/timer/exynos4210_pwm.c [new file with mode: 0644]
hw/timer/exynos4210_rtc.c [new file with mode: 0644]
hw/timer/grlib_gptimer.c [new file with mode: 0644]
hw/timer/imx_timer.c [new file with mode: 0644]
hw/timer/lm32_timer.c [new file with mode: 0644]
hw/timer/milkymist-sysctl.c [new file with mode: 0644]
hw/timer/omap_gptimer.c [new file with mode: 0644]
hw/timer/omap_synctimer.c [new file with mode: 0644]
hw/timer/pxa2xx_timer.c [new file with mode: 0644]
hw/timer/sh_timer.c [new file with mode: 0644]
hw/timer/slavio_timer.c [new file with mode: 0644]
hw/timer/tusb6010.c [new file with mode: 0644]
hw/tsc210x.c [deleted file]
hw/tusb6010.c [deleted file]
include/hw/sparc/sun4m.h