Re: [PATCH] target/ppc: Fix e200 duplicate SPRs

2025-03-27 Thread Philippe Mathieu-Daudé
On 20/3/25 13:27, Nicholas Piggin wrote: DSRR0/1 registers are in the BookE ISA not e200 specific, so remove the duplicate e200 register definitions. Cc: qemu-sta...@nongnu.org Cc: Author: Roman Kapl Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2768 Fixes: 0e3bf4890906 ("ppc: add

[PATCH] target/ppc: Fix e200 duplicate SPRs

2025-03-20 Thread Nicholas Piggin
DSRR0/1 registers are in the BookE ISA not e200 specific, so remove the duplicate e200 register definitions. Cc: Author: Roman Kapl Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2768 Fixes: 0e3bf4890906 ("ppc: add DBCR based debugging") Signed-off-by: Nicholas Piggin --- target/ppc/cp