qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/9] riscv/boot: Add a missing header include


From: Bin Meng
Subject: Re: [PATCH v2 1/9] riscv/boot: Add a missing header include
Date: Thu, 14 May 2020 23:33:51 +0800

On Fri, May 8, 2020 at 3:24 AM Alistair Francis
<address@hidden> wrote:
>
> Signed-off-by: Alistair Francis <address@hidden>
> ---
>  include/hw/riscv/boot.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/hw/riscv/boot.h b/include/hw/riscv/boot.h
> index 474a940ad5..9daa98da08 100644
> --- a/include/hw/riscv/boot.h
> +++ b/include/hw/riscv/boot.h
> @@ -21,6 +21,7 @@
>  #define RISCV_BOOT_H
>
>  #include "exec/cpu-defs.h"
> +#include "hw/loader.h"

Why is this needed? Currently this does not break build.

>
>  void riscv_find_and_load_firmware(MachineState *machine,
>                                    const char *default_machine_firmware,

Regards,
Bin



reply via email to

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