summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1821595
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/hypervisor/1821595
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1821595')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/182159518
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1821595 b/results/classifier/gemma3:12b/hypervisor/1821595
new file mode 100644
index 00000000..7cef52b9
--- /dev/null
+++ b/results/classifier/gemma3:12b/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