]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/spapr: fix default cpu for pre-9.0 machines.
authorHarsh Prateek Bora <harshpb@linux.ibm.com>
Thu, 20 Mar 2025 04:50:24 +0000 (14:50 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 24 Mar 2025 04:56:48 +0000 (07:56 +0300)
commit64e16e388648948758c7dca533be541131a0e64b
tree39efd1f0178f4f83db27d92f1d5e9630fb7c1e2b
parent73768dae4a50496a389c74e7b3b35138f37cc509
ppc/spapr: fix default cpu for pre-9.0 machines.

When POWER10 CPU was made as default, we missed keeping POWER9 as
default for older pseries releases (pre-9.0) at that time.
This caused breakge in default cpu evaluation for older pseries
machines and hence this fix.

Fixes: 51113013f3 ("ppc/spapr: change pseries machine default to POWER10 CPU")
Cc: qemu-stable@nongnu.org
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250313094705.2361997-1-harshpb@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
(cherry picked from commit 1490d0bcdfcb78b4503cae42353d3dd50f4e9d96)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/ppc/spapr.c