Home
last modified time | relevance | path

Searched hist:"6495 c577bd7edf53bd89e9f26c1f6263fcf7e71a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/loongarch/
H A Dboot.cdiff 6495c577bd7edf53bd89e9f26c1f6263fcf7e71a Tue Oct 29 20:23:59 CDT 2024 Song Gao <gaosong@loongson.cn> hw/loongarch/boot: Use warn_report when no kernel filename

When we run “qemu-system-loongarch64 -qmp stdio -vnc none -S”,
we get an error message “Need kernel filename” and then we can't use qmp cmd to query some information.
So, we just throw a warning and then the cpus starts running from address VIRT_FLASH0_BASE.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20241030012359.4040817-1-gaosong@loongson.cn>