OSDN Git Service

target/arm: Honour -semihosting-config userspace=on
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Aug 2022 14:12:25 +0000 (15:12 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Sep 2022 16:18:21 +0000 (17:18 +0100)
commit19b26317e9eb0c4dfd42e341ba7c4474c6d53ff9
treefa43f727674858c5d81ccc9c3a7c9aa25d76436f
parent5202861b20d77b1d638da5f10af0f51ebcfc61bf
target/arm: Honour -semihosting-config userspace=on

Honour the commandline -semihosting-config userspace=on option,
instead of never permitting userspace semihosting calls in system
emulation mode, by passing the correct value to the is_userspace
argument of semihosting_enabled(), instead of manually checking and
always forbidding semihosting if the guest is in userspace and this
isn't the linux-user build.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220822141230.3658237-3-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/translate-a64.c
target/arm/translate.c