]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
linux-user: switch default ppc64 CPU to 970fx from 970
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 6 Apr 2010 10:21:05 +0000 (12:21 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 8 Apr 2010 09:11:21 +0000 (11:11 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/main.c

index ca49cc48910bc3962abfbf0817064d1b91428c5d..b394c00829d0c9aaf21db2dc2a4d3d0e6e1d6f4d 100644 (file)
@@ -2788,7 +2788,7 @@ int main(int argc, char **argv, char **envp)
 #endif
 #elif defined(TARGET_PPC)
 #ifdef TARGET_PPC64
-        cpu_model = "970";
+        cpu_model = "970fx";
 #else
         cpu_model = "750";
 #endif