target/ppc: gdbstub init spr gdb_id for all CPUs
commit981562ed2baaa28067b7ba77fb579d0878782000
authorNicholas Piggin <npiggin@gmail.com>
Wed, 31 May 2023 01:23:09 +0000 (31 11:23 +1000)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (25 22:41 +0200)
tree7ae3ec97d47fe69b108d62ad72adb52b91fb6aee
parent79dbd910c9ea6ca38f8e1b2616b1e5e885b85bd3
target/ppc: gdbstub init spr gdb_id for all CPUs

Make sure each CPU gets its state set up for gdb, not just the ones
before PowerPCCPUClass has had its gdb state set up.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/gdbstub.c