Re: [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

2020-03-16 Thread Richard Henderson
On 3/16/20 5:00 AM, Philippe Mathieu-Daudé wrote: > The semihosting feature is only meaningful when using TCG. > > So far only the ARM/MIPS/LM32 provide the semihosting feature. > > Do not enable it by default, and let the few targets requiring > it to manually select it. > > Signed-off-by:

Re: [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

2020-03-16 Thread Philippe Mathieu-Daudé
On 3/16/20 2:49 PM, Peter Maydell wrote: On Mon, 16 Mar 2020 at 13:45, Philippe Mathieu-Daudé wrote: The semihosting feature is only meaningful when using TCG. So far only the ARM/MIPS/LM32 provide the semihosting feature. Also m68k, nios2, xtensa. riscv eventually but not yet upstream.

Re: [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

2020-03-16 Thread Peter Maydell
On Mon, 16 Mar 2020 at 13:45, Philippe Mathieu-Daudé wrote: > > The semihosting feature is only meaningful when using TCG. > > So far only the ARM/MIPS/LM32 provide the semihosting feature. Also m68k, nios2, xtensa. riscv eventually but not yet upstream. > > Do not enable it by default, and let

[PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

2020-03-16 Thread Philippe Mathieu-Daudé
The semihosting feature is only meaningful when using TCG. So far only the ARM/MIPS/LM32 provide the semihosting feature. Do not enable it by default, and let the few targets requiring it to manually select it. Signed-off-by: Philippe Mathieu-Daudé --- hw/semihosting/Kconfig | 4 +++- 1 file