domcapabilities: Add firmware patterns for loongarch64

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2024-09-09 17:49:38 +02:00 committed by Cole Robinson
parent 5419524f7b
commit 2a52d77096

View File

@ -296,6 +296,10 @@ class DomainCapabilities(XMLBuilder):
r".*RISCV_VIRT_CODE\..*", # Fedora, Debian
r".*riscv64.*", # generic attempt at a catchall
],
"loongarch64": [
r".*loongarch64/QEMU_CODE\..*", # Fedora
r".*loongarch64.*", # generic attempt at a catchall
],
}
def find_uefi_path_for_arch(self):