On 30/5/24 16:53, Philippe Mathieu-Daudé wrote:
v2: Address Paolo's comment

Missing review: 1 & 2

Semihosting currently uses the TCG probe_access API,
so it is pointless to have it in the binary when TCG
isn't.

It could be implemented for other accelerators, but
work need to be done. Meanwhile, do not enable it
unless TCG is available.

Philippe Mathieu-Daudé (3):
   target/mips: Restrict semihosting to TCG
   target/riscv: Restrict semihosting to TCG
   semihosting: Restrict to TCG

  semihosting/Kconfig  | 1 +
  target/mips/Kconfig  | 2 +-
  target/riscv/Kconfig | 4 ++--
  3 files changed, 4 insertions(+), 3 deletions(-)



Reply via email to