Re: [Qemu-devel] [PATCH v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-25 Thread Bin Meng
On Tue, Jun 25, 2019 at 6:18 AM Alistair Francis wrote: > > Extend the RISC-V kernel loader to support Image and uImage files. > A Linux kernel can now be booted with: > > qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel Image > > Signed-off-by: Alistair Francis > --- > hw/riscv/b

[Qemu-devel] [PATCH v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-24 Thread Alistair Francis
Extend the RISC-V kernel loader to support Image and uImage files. A Linux kernel can now be booted with: qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel Image Signed-off-by: Alistair Francis --- hw/riscv/boot.c | 18 ++ 1 file changed, 14 insertions(+), 4 deleti