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: NRichard Henderson <rth@twiddle.net>
Showing
target/hppa/Makefile.objs
0 → 100644
target/hppa/cpu-qom.h
0 → 100644
target/hppa/cpu.c
0 → 100644
target/hppa/cpu.h
0 → 100644
target/hppa/gdbstub.c
0 → 100644
target/hppa/helper.c
0 → 100644
target/hppa/helper.h
0 → 100644
target/hppa/op_helper.c
0 → 100644
target/hppa/translate.c
0 → 100644
想要评论请 注册 或 登录