Re: [PATCH v6 04/17] hw/loongarch: Add init_cmdline

2024-03-08 Thread maobibo
On 2024/3/8 上午12:48, Song Gao wrote: Add init_cmline and set boot_info->a0, a1 Signed-off-by: Song Gao Message-Id: <20240301093839.663947-5-gaos...@loongson.cn> --- hw/loongarch/boot.c | 19 +++ include/hw/loongarch/virt.h | 2 ++ target/loongarch/cpu.h | 2

[PATCH v6 04/17] hw/loongarch: Add init_cmdline

2024-03-07 Thread Song Gao
Add init_cmline and set boot_info->a0, a1 Signed-off-by: Song Gao Message-Id: <20240301093839.663947-5-gaos...@loongson.cn> --- hw/loongarch/boot.c | 19 +++ include/hw/loongarch/virt.h | 2 ++ target/loongarch/cpu.h | 2 ++ 3 files changed, 23 insertions(+) diff