Re: [PATCH v3 4/5] target/riscv: Restrict semihosting to TCG

2024-06-10 Thread Alistair Francis
On Tue, Jun 11, 2024 at 12:59 AM Philippe Mathieu-Daudé wrote: > > 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é > R

[PATCH v3 4/5] target/riscv: Restrict semihosting to TCG

2024-06-10 Thread Philippe Mathieu-Daudé
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 --- target/riscv/Kconfig | 4 ++-- 1 file changed