]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Fix e200 duplicate SPRs
authorNicholas Piggin <npiggin@gmail.com>
Thu, 20 Mar 2025 12:24:40 +0000 (22:24 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 24 Mar 2025 04:57:58 +0000 (07:57 +0300)
commit3e7d8d2233a4b4782f03ca3f0609defdd5718894
tree172a38dd626705970d7d8c3993180b78da7cfbee
parent6726d4874bde0e0d7867912d7771231407d1e070
target/ppc: Fix e200 duplicate SPRs

DSRR0/1 registers are in the BookE ISA not e200 specific, so
remove the duplicate e200 register definitions.

Cc: Roman Kapl <rka@sysgo.com>
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2768
Fixes: 0e3bf4890906 ("ppc: add DBCR based debugging")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
(cherry picked from commit 73c0c904fc99e2ceecbbded84ec76d40d3f2daae)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/ppc/cpu_init.c