summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/2042
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/2042
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/2042')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/204219
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/2042 b/results/classifier/gemma3:12b/hypervisor/2042
new file mode 100644
index 000000000..85e5f9504
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/2042
@@ -0,0 +1,19 @@
+
+Not able to reboot Linux guest on Windows host
+Description of problem:
+I am running Linux Mint on Windows, but when I try to reboot the machine, I get the following error:
+
+qemu: WHPX: Unexpected VP exit code 4
+
+I did some experiments changing the flags I use when I launch Qemu and I realized that if I set -smp 1 it does not fail. Furthermore, if I set the irqchip to off (kernel-irqchip=off) it does not fail either, but both options do not have good performance at all. I realized too that if I set 4 cores (-smp 4), the error might appear up to 4 times.
+
+What seems to be failing then is the APIC emulation that Hyper-V provides. Does anyone know if:
+
+1. Am I missing a flag when launching Qemu?
+2. Is it there a patch to solve this?
+
+Any leads for solving this problem would be highly appreciated.
+Steps to reproduce:
+1. Install MSYS
+2. Open MSYS and run pacman -S mingw-w64-x86_64-qemu
+3. Launch Qemu and reboot machine