summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kvm/1502934
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/kvm/1502934
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/kvm/1502934')
-rw-r--r--results/classifier/gemma3:12b/kvm/150293425
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kvm/1502934 b/results/classifier/gemma3:12b/kvm/1502934
new file mode 100644
index 00000000..38554be3
--- /dev/null
+++ b/results/classifier/gemma3:12b/kvm/1502934
@@ -0,0 +1,25 @@
+
+QEMU does not start when kvm enabled (SMM issue?)
+
+Hi!
+
+QEMU stopped working after "[355023f2010c4df619d88a0dd7012b4b9c74c12c] pc: add SMM property" on my server. It says "Guest has not initialized the display (yet)." and nothing happens. But only if I use -enable-kvm.
+
+However, the problem gone after I hardcoded pc_machine_is_smm_enabled() to always return false (but I have little to no understanding of what SMM really is).
+
+CMD line that reproduces the issue: qemu-system-x86_64 -enable-kvm -display curses . It doesn't work the server, but works perfectly on my laptop :(.
+
+I'm using Arch Linux with all updates.
+Some info:
+Linux machine 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:21:33 CEST 2015 x86_64 GNU/Linux
+Qemu-2.4.0 (tried HEAD as well)
+CPU: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
+Some messages from dmesg, just in case:
+[    6.996297] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
+[ 6381.722990] kvm: zapping shadow pages for mmio generation wraparound
+
+
+I'm more than happy to provide additional  information if needed.
+
+Cheers,
+Alex
\ No newline at end of file