Hi, How can I set QEMU to use UEFI instead of BIOS? Currently, if I want to install FreeBSD to virtual hard disk VM10G.raw, this works: qemu-system-x86_64 -m 2048 -cdrom FreeBSD-11.1-RELEASE-amd64-disc1.iso -hda VM10G.raw But QEMU uses SeaBIOS. Is there any way to change the default BIOS to UEFI?