diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1821595')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1821595 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1821595 b/results/classifier/deepseek-2-tmp/output/hypervisor/1821595 new file mode 100644 index 000000000..7cef52b9b --- /dev/null +++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1821595 @@ -0,0 +1,18 @@ + +Failed to emulate MMIO access with EmulatorReturnStatus: 2 + +I have compiled qemu with enable-whpx parameter for Hyper-V Platform API in Mingw64 . When I tried run with Windows 7 iso file I have faced issue with the following problem: +qemu-system-x86_64.exe: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2 +qemu-system-x86_64.exe: WHPX: Failed to exec a virtual processor + + +configuration directives: + +../configure --target-list=x86_64-softmmu,i386-softmmu --enable-lzo\ + --enable-bzip2 --enable-tools --enable-sdl --enable-gtk --enable-hax\ + --enable-vdi --enable-qcow1 --enable-whpx --disable-capstone\ + --disable-werror --disable-stack-protector --prefix="../../QEMU-bin" + + +Qemu command line: +qemu-system-x86_64.exe -m 1024 -cdrom "C:\Users\vmcs\Documents\en_windows_7_home_premium_with_sp1_x86_dvd_u_676701.iso" -display sdl -machine q35 -accel whpx \ No newline at end of file |