Message ID | 1565960976-6693-1-git-send-email-bmeng.cn@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv: Fix "-L" not working for bios image search path | expand |
On Fri, 16 Aug 2019 06:09:34 PDT (-0700), bmeng.cn@gmail.com wrote: > Currently when QEMU is given a bios image with only a file name and > its file path passed in "-L", it still reports file not found. > > This series fixes the issue. This is especially helpful for creating > distro QEMU packages. > > > Bin Meng (2): > riscv: Add a helper routine for finding firmware > riscv: Resolve full path of the given bios image > > hw/riscv/boot.c | 26 +++++++++++++++++--------- > include/hw/riscv/boot.h | 1 + > 2 files changed, 18 insertions(+), 9 deletions(-) Thanks, I've put these two in the patch queue with Alistair's review.