On 5/20/24 18:30, Nicholas Piggin wrote:
Change the logging not to print to stderr as well, because a checkstop is a guest error (or perhaps a simulated machine error) rather than a QEMU error, so send it to the log.Update the checkstop message, and log CPU registers too. Signed-off-by: Nicholas Piggin<npig...@gmail.com> --- target/ppc/excp_helper.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~