]> git.proxmox.com Git - mirror_qemu.git/commit
ARMv7 support.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Nov 2007 00:04:49 +0000 (00:04 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Nov 2007 00:04:49 +0000 (00:04 +0000)
commit9ee6e8bb853bdea7ef6c645a1a07aa55fd206aba
tree1cd430d3d9ac641c8550cfd8956dbcce1a4b9121
parentee4e83ed8ddc8dac572a0123398adf78b63014ae
ARMv7 support.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3572 c046a42c-6fe2-441c-8c8c-71466251a162
35 files changed:
Changelog
Makefile.target
cpu-exec.c
fpu/softfloat-native.h
fpu/softfloat.c
fpu/softfloat.h
hw/arm_boot.c
hw/arm_gic.c
hw/arm_sysctl.c
hw/armv7m.c [new file with mode: 0644]
hw/armv7m_nvic.c [new file with mode: 0644]
hw/integratorcp.c
hw/mpcore.c [new file with mode: 0644]
hw/pl011.c
hw/pl022.c [new file with mode: 0644]
hw/pl061.c [new file with mode: 0644]
hw/pxa2xx.c
hw/realview.c
hw/realview_gic.c [new file with mode: 0644]
hw/ssd0303.c [new file with mode: 0644]
hw/ssd0323.c [new file with mode: 0644]
hw/stellaris.c [new file with mode: 0644]
hw/versatilepb.c
qemu-doc.texi
target-arm/cpu.h
target-arm/exec.h
target-arm/helper.c
target-arm/op.c
target-arm/op_addsub.h [new file with mode: 0644]
target-arm/op_helper.c
target-arm/op_mem.h
target-arm/op_neon.h [new file with mode: 0644]
target-arm/translate.c
vl.c
vl.h