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: qemu-devel@nongnu.org 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 >