Explorar o código

linux-user: set default PPC64 CPU

The default CPU for pseries has been set to POWER9 by default.
We can use the same default for linux-user

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190609143521.19374-2-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Laurent Vivier %!s(int64=6) %!d(string=hai) anos
pai
achega
b50d1e42a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      linux-user/ppc/target_elf.h

+ 1 - 1
linux-user/ppc/target_elf.h

@@ -10,7 +10,7 @@
 static inline const char *cpu_get_model(uint32_t eflags)
 {
 #ifdef TARGET_PPC64
-    return "POWER8";
+    return "POWER9";
 #else
     return "750";
 #endif