[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [RFC PATCH 02/17] hw/ppc/spapr: Add POWER9 to pseries cpu mod
From: |
Suraj Jitindar Singh |
Subject: |
[Qemu-ppc] [RFC PATCH 02/17] hw/ppc/spapr: Add POWER9 to pseries cpu models |
Date: |
Fri, 13 Jan 2017 17:28:08 +1100 |
Add POWER9 cpu to list of spapr core models which allows it to be specified
as the cpu model for a pseries guest (e.g. -machine pseries -cpu POWER9).
Signed-off-by: Suraj Jitindar Singh <address@hidden>
---
hw/ppc/spapr_cpu_core.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hw/ppc/spapr_cpu_core.c b/hw/ppc/spapr_cpu_core.c
index c18632b..8cc7058 100644
--- a/hw/ppc/spapr_cpu_core.c
+++ b/hw/ppc/spapr_cpu_core.c
@@ -358,6 +358,9 @@ static const char *spapr_core_models[] = {
/* POWER8NVL */
"POWER8NVL_v1.0",
+
+ /* POWER9 */
+ "POWER9_v1.0",
};
void spapr_cpu_core_class_init(ObjectClass *oc, void *data)
--
2.5.5