在windows 2008下使用的版本為https://qemu.weilnetz.de/w32/2017/qemu-w32-setup-20170420.exe
以上版本為weilnetz創建的windows下源碼編譯而成(https://qemu.weilnetz.de 需要關注里面的build instructions),編譯的相關說明http://wiki.qemu.org/Hosts/W32#Debian_based_cross_builds
如何使用windows中qemu進行加速,使用使用accel=kvm,直接提示找不到加速器(kvm是linux下的技術,當然找不到了,捂臉),找了很多文章,發現可以使用intel的haxm(http://wiki.qemu.org/Hosts/W32#Debian_based_cross_builds 頁面最后有link連接)進行加速(amd呢有同樣的類似技術進行加速嗎?),參考如下:
使用HAXM為QEMU for Windows加速 https://www.cnblogs.com/bingzhu/p/10746102.html
Accelerating QEMU on Windows with HAXM https://www.qemu.org/2017/11/22/haxm-usage-windows/ 重點
haxm的gituhub https://github.com/intel/haxm