]> git.proxmox.com Git - mirror_qemu.git/commit - configure
target-hppa: Add framework and enable compilation
authorRichard Henderson <rth@twiddle.net>
Thu, 15 Dec 2016 19:26:14 +0000 (11:26 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jan 2017 17:52:40 +0000 (09:52 -0800)
commit61766fe9e2d37ac4928119eabfe2250bd8f43b11
tree24b953b5a5e139778282faeb3d898c0a8d202939
parent005fa38d86257d471ac461c066a5409a9f5ebb02
target-hppa: Add framework and enable compilation

This is just about the minimum required to enable compilation
without actually executing any instructions.  This contains the
HPPACPU structure and the required callbacks, the gdbstub, the
basic translation loop, and a translate_one function that always
results in an illegal instruction.

Signed-off-by: Richard Henderson <rth@twiddle.net>
12 files changed:
MAINTAINERS
configure
default-configs/hppa-linux-user.mak [new file with mode: 0644]
target/hppa/Makefile.objs [new file with mode: 0644]
target/hppa/cpu-qom.h [new file with mode: 0644]
target/hppa/cpu.c [new file with mode: 0644]
target/hppa/cpu.h [new file with mode: 0644]
target/hppa/gdbstub.c [new file with mode: 0644]
target/hppa/helper.c [new file with mode: 0644]
target/hppa/helper.h [new file with mode: 0644]
target/hppa/op_helper.c [new file with mode: 0644]
target/hppa/translate.c [new file with mode: 0644]