Re: [PATCH 11/12] hw/riscv/boot.c: Introduce riscv_find_firmware()

2022-12-27 Thread Alistair Francis
On Tue, Dec 27, 2022 at 4:55 PM Bin Meng wrote: > > Rename previous riscv_find_firmware() to riscv_find_bios(), and > introduce a new riscv_find_firmware() to implement the first half > part of the work done in riscv_find_and_load_firmware(). > > This new API is helpful for machine that wants to k

Re: [PATCH 11/12] hw/riscv/boot.c: Introduce riscv_find_firmware()

2022-12-27 Thread Daniel Henrique Barboza
On 12/27/22 03:48, Bin Meng wrote: Rename previous riscv_find_firmware() to riscv_find_bios(), and introduce a new riscv_find_firmware() to implement the first half part of the work done in riscv_find_and_load_firmware(). This new API is helpful for machine that wants to know the final chosen

[PATCH 11/12] hw/riscv/boot.c: Introduce riscv_find_firmware()

2022-12-26 Thread Bin Meng
Rename previous riscv_find_firmware() to riscv_find_bios(), and introduce a new riscv_find_firmware() to implement the first half part of the work done in riscv_find_and_load_firmware(). This new API is helpful for machine that wants to know the final chosen firmware file name but does not want to