You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did have to copy over the edk2/ovmf files to the uefi-test-runner folder and rename them, on a standard Qemu on Windows install they're located in C:\Program Files\qemu\share\ and named edk2-x86_64-code.fd or edk2-i386-code.fd for x86. There wasn't a corresponding vars.fd file for x86_64, but using the i386 version worked fine.
Following the changes in #463, we can update the OvmfPaths code in xtask/src/qemu.rs to find these files automatically.