aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu-qom.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-09-17 15:31:47 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-11-06 18:49:33 -0800
commitbd6243a33fed93844ea24d77ed62d35f13d644e7 (patch)
tree4ee61a1891f09341163ee03d2b6fe5f7b2de3551 /target/hppa/cpu-qom.h
parentd781cb7798e41141f377784257e27f615041603d (diff)
downloadqemu-bd6243a33fed93844ea24d77ed62d35f13d644e7.zip
qemu-bd6243a33fed93844ea24d77ed62d35f13d644e7.tar.gz
qemu-bd6243a33fed93844ea24d77ed62d35f13d644e7.tar.bz2
target/hppa: Introduce TYPE_HPPA64_CPU
Prepare for the qemu binary supporting both pa10 and pa20 at the same time. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/cpu-qom.h')
-rw-r--r--target/hppa/cpu-qom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/cpu-qom.h b/target/hppa/cpu-qom.h
index b96e031..4a85ebf 100644
--- a/target/hppa/cpu-qom.h
+++ b/target/hppa/cpu-qom.h
@@ -24,6 +24,7 @@
#include "qom/object.h"
#define TYPE_HPPA_CPU "hppa-cpu"
+#define TYPE_HPPA64_CPU "hppa64-cpu"
OBJECT_DECLARE_CPU_TYPE(HPPACPU, HPPACPUClass, HPPA_CPU)