On Thu, 5 Jan 2023 at 11:43, Alex Bennée <alex.ben...@linaro.org> wrote: > > The check semihosting_enabled() wants to know if the guest is > currently in user mode. Unlike the other cases the test was inverted > causing us to block semihosting calls in non-EL0 modes. > > Fixes: 19b26317e9 (target/arm: Honour -semihosting-config userspace=on) > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Whoops. I guess I must have only tested SVC AA32 semihosting or something. We should Cc: qemu-sta...@nongnu.org Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> and applied to target-arm.next. -- PMM