summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1860575
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/1860575
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1860575')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/186057523
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1860575 b/results/classifier/gemma3:12b/hypervisor/1860575
new file mode 100644
index 000000000..399dece0f
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1860575
@@ -0,0 +1,23 @@
+
+qemu64 CPU model is incorrect
+
+At the moment the "qemu64" CPU is defined as follows:
+
+```
+        .vendor = CPUID_VENDOR_AMD,
+        .family = 6,
+        .model = 6,
+        .stepping = 3,
+```
+
+According to Wikipedia [1] this means the CPU is defined as part of the
+K7 family while the AMD64 ISA was only introduced with the K8 series!
+
+This causes some software such as LLVM to notice the problem (32-bit cpu
+with 64-bit capability reported in the cpuid flag) and produce various
+error messages.
+
+The simple solution would be to upgrade this definition to use the Sledgehammer
+family (15) instead. 
+
+[1] https://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures
\ No newline at end of file