virt-manager/1c221fd0-suse-ovmf-paths.patch

24 lines
850 B
Diff
Raw Normal View History

commit 1c221fd0349b993e8ee2eabbf227239d6e989d90
Author: Jim Fehlig <jfehlig@suse.com>
Date: Wed Jan 27 19:51:32 2016 -0700
virtinst: Support paths to SUSE OVMF firmwares
Extend the domcapabilities regex to include SUSE's OVMF
file naming convention.
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Index: virt-manager-1.3.2/virtinst/domcapabilities.py
===================================================================
--- virt-manager-1.3.2.orig/virtinst/domcapabilities.py
+++ virt-manager-1.3.2/virtinst/domcapabilities.py
@@ -101,6 +101,7 @@ class DomainCapabilities(XMLBuilder):
"x86_64": [
".*OVMF_CODE\.fd", # RHEL
".*ovmf-x64/OVMF.*\.fd", # gerd's firmware repo
+ ".*ovmf-x86_64-.*", # SUSE
],
"aarch64": [
".*AAVMF_CODE\.fd", # RHEL