Re: [Qemu-devel] [PATCH 2/2] riscv: Resolve full path of the given bios image

2019-08-20 Thread Alistair Francis
On Fri, Aug 16, 2019 at 6:11 AM Bin Meng wrote: > > At present when "-bios image" is supplied, we just use the straight > path without searching for the configured data directories. Like > "-bios default", we add the same logic so that "-L" actually works. > > Signed-off-by: Bin Meng Reviewed-by

[Qemu-devel] [PATCH 2/2] riscv: Resolve full path of the given bios image

2019-08-16 Thread Bin Meng
At present when "-bios image" is supplied, we just use the straight path without searching for the configured data directories. Like "-bios default", we add the same logic so that "-L" actually works. Signed-off-by: Bin Meng --- hw/riscv/boot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 de