Am 11.11.2016 um 12:28 schrieb Vincent Palatin: [...] > I have tested the end result on a Windows 10 Pro machine (with UG support) > with the Intel HAXM module 6.0.4 and a large ChromiumOS x86_64 image to > exercise various code paths. It looks stable. > I also did a quick regression testing of the integration by running a Linux > build with KVM enabled.
My test on Windows 7 with HAXM 6.0.4 fails: $ test/qemu-system-x86_64.exe --enable-hax HAX is working and emulator runs in fast virt mode. Unknown hax vcpu return 1 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. $ test/qemu-system-i386.exe --enable-hax HAX is working and emulator runs in fast virt mode. Unknown hax vcpu return 1 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I tested debug code (configure --enable-debug && make) based on latest QEMU from git, this patch series and my include fixes. Stefan