Re: [PATCH v2 15/16] hw/mips/cps: Set the vCPU 'cpu-big-endian' property

2024-10-13 Thread Richard Henderson
On 10/10/24 14:50, Philippe Mathieu-Daudé wrote: Have the CPS expose a 'cpu-big-endian' property so it can set it to the vCPUs it creates. Note, since the number of vCPUs created is dynamic, we can not use QOM aliases. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Jiaxun Yang Tested-by: Jia

[PATCH v2 15/16] hw/mips/cps: Set the vCPU 'cpu-big-endian' property

2024-10-10 Thread Philippe Mathieu-Daudé
Have the CPS expose a 'cpu-big-endian' property so it can set it to the vCPUs it creates. Note, since the number of vCPUs created is dynamic, we can not use QOM aliases. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Jiaxun Yang Tested-by: Jiaxun Yang --- include/hw/mips/cps.h | 1 + hw/mi