On Thu, Dec 22, 2022 at 2:24 AM Daniel Henrique Barboza <dbarb...@ventanamicro.com> wrote: > > All callers are using kernel_filename as machine->kernel_filename. > > This will also simplify the changes in riscv_load_kernel() that we're > going to do next. > > Cc: Palmer Dabbelt <pal...@dabbelt.com> > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > --- > hw/riscv/boot.c | 3 ++- > hw/riscv/microchip_pfsoc.c | 3 +-- > hw/riscv/opentitan.c | 3 +-- > hw/riscv/sifive_e.c | 3 +-- > hw/riscv/sifive_u.c | 3 +-- > hw/riscv/spike.c | 3 +-- > hw/riscv/virt.c | 3 +-- > include/hw/riscv/boot.h | 2 +- > 8 files changed, 9 insertions(+), 14 deletions(-) >
Reviewed-by: Bin Meng <bm...@tinylab.org>