qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/4] Support separate -firmware and -kernel


From: Alistair Francis
Subject: Re: [Qemu-devel] [PATCH v2 0/4] Support separate -firmware and -kernel
Date: Mon, 17 Dec 2018 18:55:44 +0000

On Sun, 2018-12-16 at 18:12 -0500, Stefan O'Rear wrote:
> This was posted in May[0] by Michael Clark.  I have split it up to
> address earlier review feedback, along with other minor cleanups.
> 
> [0]: 
> http://lists.nongnu.org/archive/html/qemu-devel/2018-05/msg05121.html

Hello Stefan,

Thanks for picking this up. I'll review your patches today.

In the future can you please ensure you CC the QEMU mailing list on any
patches submitted: address@hidden

Alistair

> 
> Stefan O'Rear (4):
>   RISC-V: Move firmware loading logic to a separate file
>   RISC-V: refactor initrd loading
>   RISC-V: Honor entry point in loaded ELF firmware
>   RISC-V: Support separate firmware and kernel payload
> 
>  hw/riscv/Makefile.objs  |   1 +
>  hw/riscv/boot.c         | 170
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/riscv/virt.c         |  69 ++++----------------
>  include/hw/riscv/boot.h |  24 +++++++
>  4 files changed, 208 insertions(+), 56 deletions(-)
>  create mode 100644 hw/riscv/boot.c
>  create mode 100644 include/hw/riscv/boot.h
> 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]