From: Aurelien Jarno Date: Tue, 6 Apr 2010 10:21:05 +0000 (+0200) Subject: linux-user: switch default ppc64 CPU to 970fx from 970 X-Git-Tag: v0.12.4~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5eb089588ed3e54865fe596531e2375d0a5ab3f0;p=users%2Fdwmw2%2Fqemu.git linux-user: switch default ppc64 CPU to 970fx from 970 Signed-off-by: Aurelien Jarno (cherry picked from commit f7177937a2c0db4c3bb42e3adfde937e9c0734a1) --- diff --git a/linux-user/main.c b/linux-user/main.c index e51539eff8..802bd88529 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2684,7 +2684,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