]> git.proxmox.com Git - mirror_qemu.git/commit - arch_init.c
target-tricore: Add target stubs and qom-cpu
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 1 Sep 2014 11:59:46 +0000 (12:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Sep 2014 13:49:20 +0000 (14:49 +0100)
commit48e06fe0ed8c265336bb7320c3a294fd0d082c04
treeeae76ba03a3b3809a3675c2ce2e237cc9f334ee2
parent5cd1475d28fc6e3d617e6cc47ab7c8050cf7fa40
target-tricore: Add target stubs and qom-cpu

Add TriCore target stubs, and QOM cpu, and Maintainer

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-id: 1409572800-4116-2-git-send-email-kbastian@mail.uni-paderborn.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
15 files changed:
MAINTAINERS
arch_init.c
cpu-exec.c
cpus.c
include/elf.h
include/sysemu/arch_init.h
target-tricore/Makefile.objs [new file with mode: 0644]
target-tricore/cpu-qom.h [new file with mode: 0644]
target-tricore/cpu.c [new file with mode: 0644]
target-tricore/cpu.h [new file with mode: 0644]
target-tricore/helper.c [new file with mode: 0644]
target-tricore/helper.h [new file with mode: 0644]
target-tricore/op_helper.c [new file with mode: 0644]
target-tricore/translate.c [new file with mode: 0644]
target-tricore/tricore-defs.h [new file with mode: 0644]