Re: [PATCH v2 01/17] hw/loongarch: Move boot fucntions to boot.c

2023-12-24 Thread gaosong
在 2023/12/21 下午3:04, maobibo 写道: On 2023/12/18 下午5:00, Song Gao wrote: Move some boot functions to boot.c and struct loongarch_boot_info into struct LoongArchMachineState. Signed-off-by: Song Gao ---   hw/loongarch/boot.c | 127   hw/loongarch/meso

Re: [PATCH v2 01/17] hw/loongarch: Move boot fucntions to boot.c

2023-12-20 Thread maobibo
On 2023/12/18 下午5:00, Song Gao wrote: Move some boot functions to boot.c and struct loongarch_boot_info into struct LoongArchMachineState. Signed-off-by: Song Gao --- hw/loongarch/boot.c | 127 hw/loongarch/meson.build| 1 + hw/loongarch