Hi, Has anyone tried running kvm-unit-tests with QEMU OVMF? I could successfully run kvm unit tests with QEMU with '-kernel' option (e.g., qemu-system-x86_64 -enable-kvm -device pc-testdev -serial stdio -device \ isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel ./x86/msr.flat), but it wasn't successful under OVMF UEFI setup (i.e., using -bios OVMF.fd). OVMF supports "-kernel" option since r13923 (https://sourceforge.net/p/edk2/code/13923) but simply passing a kvm-unit-tests kernel image using "-kernel" option doesn't work (probably because it does not support multiboot format). So I just wonder what would be a right way to run kvm-unit-tests under an UEFI environment.. Regards, Wooky