Re: [PATCH] target/mips: make SEMIHOSTING conditional on TCG

2022-06-08 Thread Richard Henderson
On 6/8/22 08:14, Richard Henderson wrote: On 6/8/22 03:40, Alex Bennée wrote: Previously SEMIHOSTING was always selected due to requirements in the helper files. Since the original fix there has been refactoring in the mips code to split TCG and KVM code. The recent semihosting refactoring trigg

Re: [PATCH] target/mips: make SEMIHOSTING conditional on TCG

2022-06-08 Thread Richard Henderson
On 6/8/22 03:40, Alex Bennée wrote: Previously SEMIHOSTING was always selected due to requirements in the helper files. Since the original fix there has been refactoring in the mips code to split TCG and KVM code. The recent semihosting refactoring triggers the inverse build problem for KVM only

[PATCH] target/mips: make SEMIHOSTING conditional on TCG

2022-06-08 Thread Alex Bennée
Previously SEMIHOSTING was always selected due to requirements in the helper files. Since the original fix there has been refactoring in the mips code to split TCG and KVM code. The recent semihosting refactoring triggers the inverse build problem for KVM only mips builds. Instead of selecting it i