diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2024-09-06 08:13:51 +1000 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2025-04-08 20:52:43 +1000 |
commit | 9808ce6d5cb75a4f9db76a3d9b508560efdf5ac2 (patch) | |
tree | 0c95018cfaaf9f423054e453a806a461b14e4efc /rust/qemu-api/src | |
parent | dfaecc04c46d298e9ee81bd0ca96d8754f1c27ed (diff) | |
download | qemu-9808ce6d5cb75a4f9db76a3d9b508560efdf5ac2.zip qemu-9808ce6d5cb75a4f9db76a3d9b508560efdf5ac2.tar.gz qemu-9808ce6d5cb75a4f9db76a3d9b508560efdf5ac2.tar.bz2 |
target/ppc: Big-core scratch register fix
The per-core SCRATCH0-7 registers are shared between big cores, which
was missed in the big-core implementation. It is difficult to model
well with the big-core == 2xPnvCore scheme we moved to, this fix
uses the even PnvCore to store the scrach data.
Also remove a stray log message that came in with the same patch that
introduced patch.
Fixes: c26504afd5f5c ("ppc/pnv: Add a big-core mode that joins two regular cores")
Cc: qemu-stable@nongnu.org
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions