]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always go through firmware autoselection
authorAndrea Bolognani <abologna@redhat.com>
Wed, 15 Mar 2023 16:32:43 +0000 (17:32 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 22 Mar 2023 12:49:53 +0000 (13:49 +0100)
commit04568019c6568ada281d70b4fb35573fd759781e
tree53d5c8cabbe7c585cc51ffde062a11272256400a
parent63859189e66b1191e892afc763b3c48c98496614
qemu: Always go through firmware autoselection

Right now there are a few scenarios in which we skip ahead, and
removing these exceptions will make for more consistent and
predictable behavior.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_firmware.c