[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] riscv: Fix "-L" not working for bios image sear
From: |
Bin Meng |
Subject: |
[Qemu-devel] [PATCH 0/2] riscv: Fix "-L" not working for bios image search path |
Date: |
Fri, 16 Aug 2019 06:09:34 -0700 |
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(-)
--
2.7.4
- [Qemu-devel] [PATCH 0/2] riscv: Fix "-L" not working for bios image search path,
Bin Meng <=