summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHelge Deller2017-10-01 22:11:45 +0200
committerRichard Henderson2018-01-30 19:08:18 +0100
commit813dff13bf2c6bbf3588dfd00de75f6ed07901aa (patch)
tree5123acb4afbbcaab20e47e44dd68fd9d6b3f4b7d /include
parentMerge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2... (diff)
downloadqemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.tar.gz
qemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.tar.xz
qemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/arch_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h
index 8751c468ed..f999bfd3be 100644
--- a/include/sysemu/arch_init.h
+++ b/include/sysemu/arch_init.h
@@ -24,6 +24,7 @@ enum {
QEMU_ARCH_MOXIE = (1 << 15),
QEMU_ARCH_TRICORE = (1 << 16),
QEMU_ARCH_NIOS2 = (1 << 17),
+ QEMU_ARCH_HPPA = (1 << 18),
};
extern const uint32_t arch_type;