diff options
author | Richard Henderson <rth@twiddle.net> | 2016-12-15 11:26:14 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-23 09:52:40 -0800 |
commit | 61766fe9e2d37ac4928119eabfe2250bd8f43b11 (patch) | |
tree | 24b953b5a5e139778282faeb3d898c0a8d202939 /MAINTAINERS | |
parent | 005fa38d86257d471ac461c066a5409a9f5ebb02 (diff) | |
download | qemu-61766fe9e2d37ac4928119eabfe2250bd8f43b11.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b5ebfab4c3..44c42fb764 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -132,6 +132,12 @@ F: include/hw/cris/ F: tests/tcg/cris/ F: disas/cris.c +HPPA (PA-RISC) +M: Richard Henderson <rth@twiddle.net> +S: Maintained +F: target/hppa/ +F: disas/hppa.c + LM32 M: Michael Walle <michael@walle.cc> S: Maintained |