]> TLD Linux GIT Repositories - packages/virt-manager.git/blobdiff - arm-ovmf-path.patch
- more paths for ARM UEFI firmware
[packages/virt-manager.git] / arm-ovmf-path.patch
diff --git a/arm-ovmf-path.patch b/arm-ovmf-path.patch
new file mode 100644 (file)
index 0000000..124fe83
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ur virt-manager-2.1.0.orig/virtinst/domcapabilities.py virt-manager-2.1.0/virtinst/domcapabilities.py
+--- virt-manager-2.1.0.orig/virtinst/domcapabilities.py        2019-01-11 02:27:09.000000000 +0100
++++ virt-manager-2.1.0/virtinst/domcapabilities.py     2019-05-09 21:23:21.532000000 +0200
+@@ -175,7 +175,9 @@
+             r".*aarch64.*",  # generic attempt at a catchall
+         ],
+         "armv7l": [
++            r".*AAVMF32_CODE\.fd",  # RHEL
+             r".*arm/QEMU_EFI.*",  # fedora, gerd's firmware repo
++            r".*arm.*",  # generic attempt at a catchall
+         ],
+     }