I have installed the EDK2 in the place that the ovmf guide on the arch Linux wiki tells me to but it's still not detected by Virtmanager, where is the correct place to put the firmware so that I can use it with virt manager?
Taking a look here: https://fedoraproject.org/wiki/Using_UEFI_with_QEMU
and here: http://ubuntuforums.org/showthread.php?t=2266916
I believe you should put it into /usr/share/ovmf/ or /usr/share/edk2.git/ovmf-x64/ but you need to make sure to add the lines:
nvram = [
"/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd",
]
to /etc/libvirt/qemu.conf to point to the uefi. The Fedora guide helps alot.