summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1821595
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1821595')
-rw-r--r--results/scraper/launchpad-without-comments/182159517
1 files changed, 17 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1821595 b/results/scraper/launchpad-without-comments/1821595
new file mode 100644
index 000000000..833769ad0
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1821595
@@ -0,0 +1,17 @@
+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