Looks to be this revision... I'll see if I can understand why.
git bisect bad
fa947a667fceab02f9f85fc99f54aebcc9ae6b51 is the first bad commit
commit fa947a667fceab02f9f85fc99f54aebcc9ae6b51
Author: Richard Henderson <
richard.henderson@linaro.org>
Date: Thu Jul 29 10:45:10 2021 -1000
hw/core: Make do_unaligned_access noreturn
While we may have had some thought of allowing system-mode
to return from this hook, we have no guests that require this.
Reviewed-by: Alistair Francis <
alistair.francis@wdc.com>
Reviewed-by: Alex Bennée <
alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <
f4bug@amsat.org>
Signed-off-by: Richard Henderson <
richard.henderson@linaro.org>
include/hw/core/tcg-cpu-ops.h | 3 ++-
target/alpha/cpu.h | 4 ++--
target/arm/internals.h | 2 +-
target/hppa/cpu.c | 7 ++++---
target/microblaze/cpu.h | 2 +-
target/mips/tcg/tcg-internal.h | 4 ++--
target/nios2/cpu.h | 4 ++--
target/ppc/internal.h | 4 ++--
target/riscv/cpu.h | 2 +-
target/s390x/s390x-internal.h | 4 ++--
target/sh4/cpu.h | 4 ++--
target/xtensa/cpu.h | 4 ++--
12 files changed, 23 insertions(+), 21 deletions(-)