mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-23 14:56:29 +00:00
linux-user: switch default ppc64 CPU to 970fx from 970
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
a175b996b2
commit
f7177937a2
@ -2788,7 +2788,7 @@ int main(int argc, char **argv, char **envp)
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(TARGET_PPC)
|
#elif defined(TARGET_PPC)
|
||||||
#ifdef TARGET_PPC64
|
#ifdef TARGET_PPC64
|
||||||
cpu_model = "970";
|
cpu_model = "970fx";
|
||||||
#else
|
#else
|
||||||
cpu_model = "750";
|
cpu_model = "750";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user