]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: Restrict semihosting tests to system mode
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Mar 2025 16:36:32 +0000 (09:36 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:32 +0000 (14:08 -0700)
commit690793e005e004f749aa963ea0040f18e067c98e
tree6303433a5e64d92bd8bd94381ded3e347a7e7846
parent695e7f6026c4ed8a1a50cd26d3199fc4f4d9b3a5
target/xtensa: Restrict semihosting tests to system mode

We do not set CONFIG_SEMIHOSTING in
configs/targets/xtensa*-linux-user.mak.

Do not raise SIGILL for user-only unconditionally.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/xtensa/translate.c