target/ppc: Make checkstop actually stop the system
authorNicholas Piggin <npiggin@gmail.com>
Sun, 11 Jun 2023 17:02:15 +0000 (03:02 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:34:38 +0000 (09:34 +1000)
commitcce7aee8dd934dca3040eb8ea1ad1973701d7c96
treef125631a5bf7a3e3e07f6c452f371cdaef3edbef
parentc10c6ce032959b8b4ada8b8d755a10cad7b5f1a7
target/ppc: Make checkstop actually stop the system

checkstop state does not halt the system, interrupts continue to be
serviced, and other CPUs run. Make it stop the machine with
qemu_system_guest_panicked.

Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/excp_helper.c