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>
This commit is contained in:
Jim Fehlig 2016-01-27 19:51:32 -07:00 committed by Cole Robinson
parent 67dcfb9534
commit 1c221fd034

View File

@ -101,6 +101,7 @@ class DomainCapabilities(XMLBuilder):
"x86_64": [ "x86_64": [
".*OVMF_CODE\.fd", # RHEL ".*OVMF_CODE\.fd", # RHEL
".*ovmf-x64/OVMF.*\.fd", # gerd's firmware repo ".*ovmf-x64/OVMF.*\.fd", # gerd's firmware repo
".*ovmf-x86_64-.*", # SUSE
], ],
"aarch64": [ "aarch64": [
".*AAVMF_CODE\.fd", # RHEL ".*AAVMF_CODE\.fd", # RHEL