Hi edk2 members I have a question for your help. I want to enable qemu+kvm+ovmf to boot up windows xp, then ovmf support winxp starting-up? qemu command: qemu-system-x86_64 -hda winxp.img -boot c -enable-kvm -cpu host -bios ./OVMF.fd -m 512 -vga cirrus -net nic,model=rtl8139 -net user -usbdevice tablet -localtime Then if ovmf support, could you provide me the way to compile the OVMF.fd? Thanks, Junhao