Message ID | 20240530145349.41309-1-philmd@linaro.org |
---|---|
Headers | show |
Series | semihosting: Restrict to TCG | expand |
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(-) >
Kind ping :) On 3/6/24 10:27, Philippe Mathieu-Daudé wrote: > 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(-) >> >
On 06/06/24, Philippe Mathieu-Daudé wrote:
> Kind ping :)
I'm off today, I'll take a look tomorrow morning!:)
//Anton