Re: [PATCH] hw/mips: Restrict ITU to TCG

2025-07-14 Thread Philippe Mathieu-Daudé
On 2/7/25 18:49, Philippe Mathieu-Daudé wrote: MIPS Inter-Thread Communication Unit is implemented using TCG. Check for TCG both in Kconfig and CPS source. Fixes: 2321d971b6f ("hw/mips: Add dependency MIPS_CPS -> MIPS_ITU") Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/cps.c | 4 ++--

Re: [PATCH] hw/mips: Restrict ITU to TCG

2025-07-02 Thread Richard Henderson
On 7/2/25 10:49, Philippe Mathieu-Daudé wrote: MIPS Inter-Thread Communication Unit is implemented using TCG. Check for TCG both in Kconfig and CPS source. Fixes: 2321d971b6f ("hw/mips: Add dependency MIPS_CPS -> MIPS_ITU") Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/cps.c | 4 ++-- h

[PATCH] hw/mips: Restrict ITU to TCG

2025-07-02 Thread Philippe Mathieu-Daudé
MIPS Inter-Thread Communication Unit is implemented using TCG. Check for TCG both in Kconfig and CPS source. Fixes: 2321d971b6f ("hw/mips: Add dependency MIPS_CPS -> MIPS_ITU") Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/cps.c | 4 ++-- hw/mips/Kconfig | 2 +- hw/misc/Kconfig | 1 + 3 fi