]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "qemu: Match firmware with fully resolved and canonicalized paths"
authorPeter Krempa <pkrempa@redhat.com>
Tue, 29 Jul 2025 11:05:09 +0000 (13:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 29 Jul 2025 12:35:58 +0000 (14:35 +0200)
commit925040d7bbe7b726e0f249a997136a9856c4cd9c
treeaab4f2cf6c3236875e9614ac31c98c433bd8c1fb
parent7baf59f4fc5659dd253b67ba7626dc31b7a6ce03
Revert "qemu: Match firmware with fully resolved and canonicalized paths"

The canonicalization of the paths is not mocked properly and thus the
tests depend on the host system. While the tests do pass on our CI they
break on real deployments at least on Fedora 42.

Since we're in code freeze for the upcoming release, revert the patch
instead of attempts to fix it.

This reverts commit 4efea21ae8709c6741a1800bd26ae6b49c8a77f5.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_firmware.c