On 31/05/19 18:54, Miroslav Rezanina wrote: > What about CONFIG_ARM_VIRT - can we use it to introduce dependency on > CONFIG_SEMIHOSTING or is there valid scenario of qemu build with > CONFIG_ARM_VIRT > enabled and CONFIG_SEMIHOSTING disabled?
If you are not really going to use TCG, disabling SEMIHOSTING makes sense. I think Philippe's patch are the right way to do it. Perhaps CONFIG_SEMIHOSTING should be made "default y" and added as "#CONFIG_SEMIHOSTING=n" to default-configs/, but that's just cosmetic. Paolo