summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1193
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/1193
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1193')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/119317
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1193 b/results/classifier/gemma3:12b/hypervisor/1193
new file mode 100644
index 000000000..f560436b7
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1193
@@ -0,0 +1,17 @@
+
+io_uring / iothread regression 7.1.0
+Description of problem:
+After upgrading to 7.1.0, some of my libvirt VM's failed to boot. I have narrowed down the issue to the combination of:
+
+- io_uring
+- iothread
+Steps to reproduce:
+1. set up a VM with iothread and io_uring
+2. try to boot and watch it "hang"
+Additional information:
+Here's the relevant command line from the libvirt log:
+```
+-blockdev '{"driver":"file","filename":"/mnt/data/VMs/Arch-Linux-x86_64-basic.qcow2","aio":"io_uring","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
+-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}' \
+-device '{"driver":"virtio-blk-pci","iothread":"iothread1","bus":"pci.4","addr":"0x0","drive":"libvirt-1-format","id":"virtio-disk0","bootindex":1 }' \
+```