Re: [RFC PATCH 00/11] target/mips: Remove I6500 CPU definition

2024-02-13 Thread Philippe Mathieu-Daudé
On 9/2/24 10:05, Philippe Mathieu-Daudé wrote: Alternative to: https://lore.kernel.org/qemu-devel/20240209085347.8446-1-phi...@linaro.org/ If the I6500 can not be tested or its support is incomplete, there is no point in wasting energy maintaining it. Philippe Mathieu-Daudé (11): target/mips:

Re: [RFC PATCH 00/11] target/mips: Remove I6500 CPU definition

2024-02-10 Thread Richard Henderson
On 2/8/24 23:05, Philippe Mathieu-Daudé wrote: Philippe Mathieu-Daudé (11): target/mips: Remove helpers accessing SAAR registers hw/misc/mips: Reduce itc_reconfigure() scope target/mips: Remove MIPSITUState::itu field target/mips: Remove CPUMIPSState::saarp field hw/misc/mips_itu:

Re: [RFC PATCH 00/11] target/mips: Remove I6500 CPU definition

2024-02-09 Thread Jiaxun Yang
在 2024/2/9 09:05, Philippe Mathieu-Daudé 写道: Alternative to: https://lore.kernel.org/qemu-devel/20240209085347.8446-1-phi...@linaro.org/ If the I6500 can not be tested or its support is incomplete, there is no point in wasting energy maintaining it. Actually all SAAR and ITU stuff are option

[RFC PATCH 00/11] target/mips: Remove I6500 CPU definition

2024-02-09 Thread Philippe Mathieu-Daudé
Alternative to: https://lore.kernel.org/qemu-devel/20240209085347.8446-1-phi...@linaro.org/ If the I6500 can not be tested or its support is incomplete, there is no point in wasting energy maintaining it. Philippe Mathieu-Daudé (11): target/mips: Remove helpers accessing SAAR registers hw/misc