There is a new pull request by pandom79 against master on the void-packages repository https://github.com/pandom79/void-packages qemu https://github.com/void-linux/void-packages/pull/23651 qemu : fixed firmware path Hi, the actual qemu version is built wrong. When libvirt start, it searchs firmware in **/usr/share/qemu/firmware** but the firmwares are installed in /usr/lib/qemu/firmware beacuse it has been set **--data-lib=/usr/lib**. Deleting this setting , now libvirt works correctly and i can choice uefi firmware. Before this was not possible. Regards A patch file from https://github.com/void-linux/void-packages/pull/23651.patch is attached