commit | b3d47c8303b8be2c3693c5704012b3334741b7ed | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Oct 25 01:18:12 2024 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Tue Apr 08 20:52:49 2025 +1000 |
tree | a950578926f5835cf7c642ef50699d6c5b70469d | |
parent | 9808ce6d5cb75a4f9db76a3d9b508560efdf5ac2 [diff] |
target/ppc: Fix SPRC/SPRD SPRs for P9/10 Commit 60d30cff847 ("target/ppc: Move SPR indirect registers into PnvCore") was mismerged and moved the SPRs to power8-only, instead of power9/10-only. Fixes: 60d30cff847 ("target/ppc: Move SPR indirect registers into PnvCore") Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Cc: qemu-stable@nongnu.org Signed-off-by: Nicholas Piggin <npiggin@gmail.com>