qemu-win10
How to install OpenHarmony in QEMU for Windows 10
文档
https://www.qemu.org/kvm-virtiohttp://www.linux-kvm.org/page/Virtioibm-virtiohttps://developer.ibm.com/articles/l-virtio/
下载qemu
https://qemu.weilnetz.de/w64/2021/qemu-w64-setup-20211215.exe
Windows VirtIO 驱动程序
https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers
tap
http://swupdate.openvpn.org/community/releases/tap-windows-9.21.2.exe将其名称修改为tap0选中两个网卡进行桥接,有可能会出错,多试几次。cd C:\progam files\qemuqemu-system-arm -M virt -smp 4 -m 2048M -drive if=pflash,file=E:\qemu-img\flash0.img,format=raw -drive if=pflash,file=E:\qemu-img\flash1.img,format=raw -nographic -display gtk,gl=off -device virtio-gpu-pci -drive if=none,file=E:\qemu-img\test2.img,format=raw,id=hd,index=0 -device virtio-blk-device,drive=hd -device ES1370 -net nic -net tap,ifname=tap0qemu-system-arm -M virt -smp 4 -m 2048M -drive if=pflash,file=E:\qemu-img\flash0.img,format=raw -device virtio-gpu-pci -drive if=none,file=E:\ubuntu\debian.img,format=raw,id=hd,index=0 -device virtio-blk-device,drive=hd -device ES1370 -kernel E:\qemu-tools\boot\efi\EFI\zImage-dtb -append "console=ttyAMA0,115200 init=/sbin/init root=/dev/vda rw ip=dhcp" -nographic -display gtk,gl=off -net nic -net tap,ifname=tap0#-hda E:\ubuntu\debian.img