]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
target/hppa: Skeleton support for hppa-softmmu
authorHelge Deller <deller@gmx.de>
Sun, 1 Oct 2017 20:11:45 +0000 (22:11 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Jan 2018 18:08:18 +0000 (10:08 -0800)
commit813dff13bf2c6bbf3588dfd00de75f6ed07901aa
tree5123acb4afbbcaab20e47e44dd68fd9d6b3f4b7d
parent6521130b0a7f699fdb82446d57df5627bfa7ed3c
target/hppa: Skeleton support for hppa-softmmu

With the addition of default-configs/hppa-softmmu.mak, this
will compile.  It is not enabled with this patch, however.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
arch_init.c
hw/hppa/Makefile.objs [new file with mode: 0644]
hw/hppa/machine.c [new file with mode: 0644]
include/sysemu/arch_init.h
target/hppa/Makefile.objs
target/hppa/cpu.c
target/hppa/cpu.h
target/hppa/helper.c
target/hppa/mem_helper.c [new file with mode: 0644]
target/hppa/op_helper.c