Changes for v5: * Rebase on master, which includes all prereq and patches 1-3.
Not changed: Existing behaviour for exceptional conditions is to use abort(). During review, Phil suggested to change that, but I think the exit status of WTERMSIG(SIGABRT) is better than overloading exit(EXIT_FAILURE). r~ Richard Henderson (8): target/mips: Create report_fault for semihosting target/mips: Drop link syscall from semihosting target/mips: Use semihosting/syscalls.h target/mips: Avoid qemu_semihosting_log_out for UHI_plog target/mips: Use error_report for UHI_assert semihosting: Remove qemu_semihosting_log_out target/mips: Simplify UHI_argnlen and UHI_argn target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING include/semihosting/console.h | 13 - semihosting/console.c | 9 - target/mips/tcg/sysemu/mips-semi.c | 397 ++++++++++++++--------------- 3 files changed, 186 insertions(+), 233 deletions(-) -- 2.34.1
