summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kvm/1243287
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/1243287
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/kvm/1243287')
-rw-r--r--results/classifier/gemma3:12b/kvm/124328727
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kvm/1243287 b/results/classifier/gemma3:12b/kvm/1243287
new file mode 100644
index 000000000..19d70ec1b
--- /dev/null
+++ b/results/classifier/gemma3:12b/kvm/1243287
@@ -0,0 +1,27 @@
+
+[KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail
+
+On booting the cloud image using qemu/kvm fails with the following error:
+
+Cloud-init v. 0.7.3 running 'init' at Thu, 03 Oct 2013 16:45:21 +0000. Up 360.78 seconds.
+ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++
+ci-info: +--------+------+-----------+---------------+-------------------+
+ci-info: | Device | Up | Address | Mask | Hw-Address |
+ci-info: +--------+------+-----------+---------------+-------------------+
+ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |
+ci-info: | eth0 | True | 10.0.2.15 | 255.255.255.0 | 52:54:00:12:34:56 |
+ci-info: +--------+------+-----------+---------------+-------------------+
+ci-info: ++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++
+ci-info: +-------+-------------+----------+---------------+-----------+-------+
+ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
+ci-info: +-------+-------------+----------+---------------+-----------+-------+
+ci-info: | 0 | 0.0.0.0 | 10.0.2.2 | 0.0.0.0 | eth0 | UG |
+ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |
+ci-info: +-------+-------------+----------+---------------+-----------+-------+
+error: kvm run failed Function not implemented
+
+/usr/lib/python2.7/dist-packages/cloudinit/sources/DataSourceAltCloud.py assumes that dmidecode command is availabe (ie it assumes that system is x86) on arm systems there is no dmidecode command so host kvm fails with the message "error: kvm run failed Function not implemented"
+
+The patch makes get_cloud_type() function return with UNKNOWN for ARM systems.
+
+I was able to boot the cloud-image on ARM after applying this change.
\ No newline at end of file