Re: [PATCH v3 0/5] semihosting: Restrict to TCG

2024-06-11 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > v3: Address Anton's comment > v2: Address Paolo's comment > > 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. Meanw

[PATCH v3 0/5] semihosting: Restrict to TCG

2024-06-10 Thread Philippe Mathieu-Daudé
v3: Address Anton's comment v2: Address Paolo's comment 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.