qemu-img create -f qcow2 D:\VM\arm64\kylindisk.qcow2 40G
qemu-system-aarch64.exe -m 8192 ^
-cpu cortex-a72 -smp 8,sockets=4,cores=2 ^
-M virt ^
-bios E:\qemu\EFI.fd ^
-device VGA ^
-device nec-usb-xhci ^
-device usb-mouse ^
-device usb-kbd ^
-drive if=none,file=E:\qemu\euler.qcow2,id=hd0 ^
-device virtio-blk-device,drive=hd0 ^
-drive if=none,file=E:\qemu\euler.iso,id=cdrom,media=cdrom ^
-device virtio-scsi-device -device scsi-cd,drive=cdrom ^
-net nic -net user,hostfwd=tcp::2222-:22
hostfwd可以写多个,用逗号隔开。
qemu for windows 64位 qemu for windows64安装文件
UEFI EFI固件文件,用于引导。 qemu安装完成后,安装目录的share下也有很多类型的固件文件。