qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
Date: Thu, 22 Dec 2022 15:28:26 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

On 21/12/22 19:22, Daniel Henrique Barboza 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 <palmer@dabbelt.com>
Signed-off-by: Daniel Henrique Barboza <dbarboza@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: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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