OSDN Git Service

target/arm: Select SEMIHOSTING when using TCG
authorFabiano Rosas <farosas@suse.de>
Mon, 8 May 2023 18:16:09 +0000 (15:16 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 12 May 2023 14:49:20 +0000 (15:49 +0100)
commitf773a31ece66744705eda794752767df29f8c8d8
tree37411aeab57e16c19fad1e6cf80e0e24308c2d98
parent9d8299bf93eb7c2ea5fd64716352b9454fa7fe8c
target/arm: Select SEMIHOSTING when using TCG

Semihosting has been made a 'default y' entry in Kconfig, which does
not work because when building --without-default-devices, the
semihosting code would not be available.

Make semihosting unconditional when TCG is present.

Fixes: 29d9efca16 ("arm/Kconfig: Do not build TCG-only boards on a KVM-only build")
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230508181611.2621-2-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/Kconfig