From: Andreas Färber <[email protected]> Let it resolve to v2.3 rather than v2.0.
Suggested-by: David Gibson <[email protected]> Signed-off-by: Andreas Färber <[email protected]> Signed-off-by: Alexander Graf <[email protected]> --- target-ppc/translate_init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index b0d4357..1015077 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -7332,7 +7332,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = { { "Boxer", "POWER3" }, { "Dino", "POWER3" }, { "POWER3+", "631" }, - { "POWER7", "POWER7_v2.0" }, + { "POWER7", "POWER7_v2.3" }, { "970fx", "970fx_v3.1" }, { "970mp", "970mp_v1.1" }, { "Apache", "RS64" }, -- 1.6.0.2
