Re: [Qemu-devel] Cannot launch QEMU with -accel whpx

2018-04-26 Thread Wang Wenchao
Hi, Justin, That hits the issue. QEMU can be launched with WHPX enabling. Great thanks for your reply. Best Regards, Wenchao On 4/27/2018 2:06, Justin Terry (VM) wrote: Hey Wenchao, It looks like your specs should fully support running this. Did you by chance forget to enable the Windows

Re: [Qemu-devel] Cannot launch QEMU with -accel whpx

2018-04-26 Thread Justin Terry (VM) via Qemu-devel
Hey Wenchao, It looks like your specs should fully support running this. Did you by chance forget to enable the Windows optional feature? Having the lib/dll’s from the SDK isn’t all you need. Try: (admin) PS> Enable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform (reboot the mac

[Qemu-devel] Cannot launch QEMU with -accel whpx

2018-04-26 Thread Wang Wenchao
Hi, Justin, We are interested in WHPX but haven't got it to work. We were able to build QEMU with WHPX support. We used MSYS2 build environment plus two libraries (WinHv*.lib) from the latest Windows 10 SDK Insider Preview to build QEMU and added '--enable-whpx' parameter in config. But when w