All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target/ppc/cpu-models: set POWER9_v1.0 as POWER9 DD1
@ 2017-06-22 11:26 Laurent Vivier
  2017-06-22 11:31 ` Thomas Huth
  0 siblings, 1 reply; 25+ messages in thread
From: Laurent Vivier @ 2017-06-22 11:26 UTC (permalink / raw)
  To: David Gibson; +Cc: Thomas Huth, qemu-ppc, qemu-devel, Laurent Vivier

CPU_POWERPC_POWER9_DD1 is 0x004E0100, so this is the POWER9 v1.0.

When we run qemu on a POWER9 DD1 host, we must use either
"-cpu host" or "-cpu POWER9", but in the latter case it fails with

    Unable to find sPAPR CPU Core definition

because POWER9 DD1 doesn't appear in the list of known CPUs.

This patch fixes this by defining POWER9_v1.0 with POWER9 DD1
PVR instead of CPU_POWERPC_POWER9_BASE.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
---
 target/ppc/cpu-models.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c
index 4d3e635..a22363c 100644
--- a/target/ppc/cpu-models.c
+++ b/target/ppc/cpu-models.c
@@ -1144,7 +1144,7 @@
     POWERPC_DEF("970_v2.2",      CPU_POWERPC_970_v22,                970,
                 "PowerPC 970 v2.2")
 
-    POWERPC_DEF("POWER9_v1.0",   CPU_POWERPC_POWER9_BASE,            POWER9,
+    POWERPC_DEF("POWER9_v1.0",   CPU_POWERPC_POWER9_DD1,             POWER9,
                 "POWER9 v1.0")
 
     POWERPC_DEF("970fx_v1.0",    CPU_POWERPC_970FX_v10,              970,
-- 
2.9.4

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-06-30 10:36 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 11:26 [Qemu-devel] [PATCH] target/ppc/cpu-models: set POWER9_v1.0 as POWER9 DD1 Laurent Vivier
2017-06-22 11:31 ` Thomas Huth
2017-06-23  9:21   ` David Gibson
2017-06-23 14:10     ` Laurent Vivier
2017-06-28  1:42       ` [Qemu-devel] [Qemu-ppc] " joserz
2017-06-28  7:09         ` Thomas Huth
2017-06-28  8:18           ` David Gibson
2017-06-28  9:11             ` Cédric Le Goater
2017-06-28  9:18               ` Laurent Vivier
2017-06-28 10:23                 ` Cédric Le Goater
2017-06-28 11:59                   ` Greg Kurz
2017-06-28 16:18                     ` Laurent Vivier
2017-06-28 16:41                       ` Greg Kurz
2017-06-29  5:37                         ` Suraj Jitindar Singh
2017-06-29  5:42                           ` Suraj Jitindar Singh
2017-06-30  7:12                             ` David Gibson
2017-06-30  8:52                               ` Laurent Vivier
2017-06-29  6:44                           ` Thomas Huth
2017-06-29 15:05                             ` Eric Blake
2017-06-30  7:14                       ` David Gibson
2017-06-30  7:56                         ` Cédric Le Goater
2017-06-30 10:36                           ` Michael Ellerman
2017-06-28 10:59         ` Laurent Vivier
2017-06-23 16:05     ` [Qemu-devel] " Thomas Huth
2017-06-28  0:58       ` [Qemu-devel] [Qemu-ppc] " Suraj Jitindar Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.