Re: [PATCH v2 1/3] target/mips: Restrict semihosting to TCG

2024-06-10 Thread Philippe Mathieu-Daudé
On 10/6/24 11:29, Alex Bennée wrote: Philippe Mathieu-Daudé writes: On 7/6/24 13:08, Anton Johansson wrote: On 30/05/24, 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 av

Re: [PATCH v2 1/3] target/mips: Restrict semihosting to TCG

2024-06-10 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 7/6/24 13:08, Anton Johansson wrote: >> On 30/05/24, 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. >>> >>> Suggeste

Re: [PATCH v2 1/3] target/mips: Restrict semihosting to TCG

2024-06-07 Thread Philippe Mathieu-Daudé
On 7/6/24 13:08, Anton Johansson wrote: On 30/05/24, 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-D

Re: [PATCH v2 1/3] target/mips: Restrict semihosting to TCG

2024-06-07 Thread Anton Johansson via
On 30/05/24, 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é > --- > target/mips/Kcon

[PATCH v2 1/3] target/mips: Restrict semihosting to TCG

2024-05-30 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é --- target/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)