From: Philippe Mathieu-Daudé Date: Thu, 18 Jul 2024 09:45:20 +0000 (+0100) Subject: target/mips: Restrict semihosting to TCG X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75cdcc7a2c75a0f22040be535572261bf4ee7240;p=qemu.git target/mips: Restrict semihosting to TCG Semihosting currently uses the TCG probe_access API. To prepare for encoding the TCG dependency in Kconfig, do not enable it unless TCG is available. Suggested-by: Paolo Bonzini Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Anton Johansson Message-Id: <20240717105723.58965-6-philmd@linaro.org> Signed-off-by: Alex Bennée Message-Id: <20240718094523.1198645-13-alex.bennee@linaro.org> --- diff --git a/target/mips/Kconfig b/target/mips/Kconfig index eb19c94c7d..876048b150 100644 --- a/target/mips/Kconfig +++ b/target/mips/Kconfig @@ -1,6 +1,6 @@ config MIPS bool - select SEMIHOSTING + imply SEMIHOSTING if TCG config MIPS64 bool