Re: [PATCH 11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold()

2024-10-10 Thread Philippe Mathieu-Daudé
On 3/10/24 20:01, Richard Henderson wrote: On 9/30/24 02:11, Philippe Mathieu-Daudé wrote: Since all code creating vCPUs now set the 'cpu-big-endian' property, we can remove the target-specific #ifdef'ry in mips_cpu_reset_hold(): the CP0C0_BE bit is set using the property cpu->is_big_endian valu

Re: [PATCH 11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold()

2024-10-03 Thread Richard Henderson
On 9/30/24 02:11, Philippe Mathieu-Daudé wrote: Since all code creating vCPUs now set the 'cpu-big-endian' property, we can remove the target-specific #ifdef'ry in mips_cpu_reset_hold(): the CP0C0_BE bit is set using the property cpu->is_big_endian value. Signed-off-by: Philippe Mathieu-Daudé -

[PATCH 11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold()

2024-09-30 Thread Philippe Mathieu-Daudé
Since all code creating vCPUs now set the 'cpu-big-endian' property, we can remove the target-specific #ifdef'ry in mips_cpu_reset_hold(): the CP0C0_BE bit is set using the property cpu->is_big_endian value. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/cpu.c | 3 --- 1 file changed, 3 d