Re: [PATCH 4/7] target/mips: Honour -semihosting-config userspace=on

2022-08-15 Thread Philippe Mathieu-Daudé via
On 15/8/22 21:03, Peter Maydell wrote: Honour the commandline -semihosting-config userspace=on option, instead of always permitting userspace semihosting calls in system emulation mode, by passing the correct value to the is_userspace argument of semihosting_enabled(). Note that this is a behavi

[PATCH 4/7] target/mips: Honour -semihosting-config userspace=on

2022-08-15 Thread Peter Maydell
Honour the commandline -semihosting-config userspace=on option, instead of always permitting userspace semihosting calls in system emulation mode, by passing the correct value to the is_userspace argument of semihosting_enabled(). Note that this is a behaviour change: if the user wants to do semih