I create the disk with qemu-img create -f qcow2 zbkylin_mips64el.img 50G Then, start the machine with qemu-system-mips64el -M loongson3-virt -bios pmon-3avirt.bin -hda zbkylin_mips64el.img
And get the following error. qemu-system-mips64el: -hda zbkylin_mips64el.img: machine type does not support if=ide,bus=0,unit=0 If I don’t pass the bios option, then I get this error. qemu-system-mips64el: Could not load MIPS bios '(null)' How should I fix the error? Thank you! QEMU Version: 6.2.0, 7.1.0 Platform: macOS Monterey, Intel Core i7