]> git.proxmox.com Git - qemu.git/commit
arm: move files referencing CPU to hw/arm/
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 14:22:56 +0000 (15:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 14:01:19 +0000 (15:01 +0100)
commitdd285b06490d7ef5f7b2f5e6c87b85ddf4345078
treed723db2de2842a8b286db818cb5598b11585e313
parent530182169e897c0e401b245552a4c58dc6846912
arm: move files referencing CPU to hw/arm/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 files changed:
hw/arm/Makefile.objs
hw/arm/armv7m.c [new file with mode: 0644]
hw/arm/exynos4210.c [new file with mode: 0644]
hw/arm/omap1.c [new file with mode: 0644]
hw/arm/omap2.c [new file with mode: 0644]
hw/arm/pxa2xx.c [new file with mode: 0644]
hw/arm/pxa2xx_gpio.c [new file with mode: 0644]
hw/arm/pxa2xx_pic.c [new file with mode: 0644]
hw/armv7m.c [deleted file]
hw/exynos4210.c [deleted file]
hw/omap1.c [deleted file]
hw/omap2.c [deleted file]
hw/pxa2xx.c [deleted file]
hw/pxa2xx_gpio.c [deleted file]
hw/pxa2xx_pic.c [deleted file]