Re: [PATCH 04/13] hw/mips: Pass BlCpuCfg argument to bootloader API

2024-10-01 Thread Pierrick Bouvier
On 9/30/24 00:34, Philippe Mathieu-Daudé wrote: In preparation to pass endianness and target word size to the bootloader API, introduce an empty BlCpuCfg structure and propagate it to the MIPS bootloader methods. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/mips/bootloader.h | 17 +++

[PATCH 04/13] hw/mips: Pass BlCpuCfg argument to bootloader API

2024-09-30 Thread Philippe Mathieu-Daudé
In preparation to pass endianness and target word size to the bootloader API, introduce an empty BlCpuCfg structure and propagate it to the MIPS bootloader methods. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/mips/bootloader.h | 17 +++-- hw/mips/bootloader.c | 142