[PATCH 0/2] qemu: Match firmware with fully resolved and canonicalized paths

Michal Privoznik via Devel posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1754044007.git.mprivozn@redhat.com
src/qemu/qemu_firmware.c | 11 ++++++-----
tests/qemuxml2argvmock.c | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 5 deletions(-)
[PATCH 0/2] qemu: Match firmware with fully resolved and canonicalized paths
Posted by Michal Privoznik via Devel 1 month, 1 week ago
As promised, this is a resend of previous patches:

https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/XVHIWFXSF5NOPUL4LTU7IGXZWTH43BBC/

Diff to v1:
- new patch 1/2 which fixes the mocking.

James Le Cuirot (1):
  qemu: Match firmware with fully resolved and canonicalized paths

Michal Prívozník (1):
  qemuxml2argvmock: Pretend FW blobs are always present

 src/qemu/qemu_firmware.c | 11 ++++++-----
 tests/qemuxml2argvmock.c | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 5 deletions(-)

-- 
2.49.1
Re: [PATCH 0/2] qemu: Match firmware with fully resolved and canonicalized paths
Posted by Ján Tomko via Devel 1 month ago
On a Friday in 2025, Michal Privoznik via Devel wrote:
>As promised, this is a resend of previous patches:
>
>https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/XVHIWFXSF5NOPUL4LTU7IGXZWTH43BBC/
>
>Diff to v1:
>- new patch 1/2 which fixes the mocking.
>
>James Le Cuirot (1):
>  qemu: Match firmware with fully resolved and canonicalized paths
>
>Michal Prívozník (1):
>  qemuxml2argvmock: Pretend FW blobs are always present
>
> src/qemu/qemu_firmware.c | 11 ++++++-----
> tests/qemuxml2argvmock.c | 35 +++++++++++++++++++++++++++++++++++
> 2 files changed, 41 insertions(+), 5 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano