Re: [PATCH 00/12] target/mips: Remove target-specific endianness knowledge

2024-09-30 Thread Jiaxun Yang
在2024年9月30日九月 上午10:10,Philippe Mathieu-Daudé写道: > Get vCPU endianness from CP0::BE bit. > Propagate endianness at the board level, using QOM property. > Remove target-specific endianness knowledge from target/. For the series: Reviewed-by: Jiaxun Yang Tested-by: Jiaxun Yang Will this lead u

[PATCH 00/12] target/mips: Remove target-specific endianness knowledge

2024-09-30 Thread Philippe Mathieu-Daudé
Get vCPU endianness from CP0::BE bit. Propagate endianness at the board level, using QOM property. Remove target-specific endianness knowledge from target/. Philippe Mathieu-Daudé (12): target/mips: Declare cpu_is_bigendian_env() in 'internal.h' target/mips: Introduce mo_endian_env() helper