summary refs log tree commit diff stats
path: root/results/classifier/108/graphic/1912846
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/graphic/1912846')
-rw-r--r--results/classifier/108/graphic/191284636
1 files changed, 36 insertions, 0 deletions
diff --git a/results/classifier/108/graphic/1912846 b/results/classifier/108/graphic/1912846
new file mode 100644
index 000000000..9f9c278f8
--- /dev/null
+++ b/results/classifier/108/graphic/1912846
@@ -0,0 +1,36 @@
+graphic: 0.967
+device: 0.953
+network: 0.937
+socket: 0.912
+vnc: 0.869
+performance: 0.855
+PID: 0.811
+files: 0.773
+permissions: 0.718
+semantic: 0.700
+debug: 0.657
+boot: 0.564
+KVM: 0.342
+other: 0.316
+
+Assertion hit on hot-unplugging virtio iommu enabled device
+
+From commit ("2d24a646 device-core: use RCU for
+list of children of a bus") an assertion is hit when
+removing a device, since mr->listeners are not properly
+removed. To reproduce:
+
+/home/qemu/build/x86_64-softmmu/qemu-system-x86_64 -qmp tcp:0:4444,server,nowait ... \
+    -netdev tap,id=hostnet0,vhostforce=on,vhost=on \
+    -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:14:18:cc,bus=pci.1,addr=0x0,iommu_platform=on,ats=on
+
+In QMP:
+{'execute': 'qmp_capabilities'}
+{"execute": "device_del", "arguments": {"id": "net0"} }
+
+And crash:
+../softmmu/memory.c:2818: do_address_space_destroy: Assertion `QTAILQ_EMPTY(&as->listeners)' failed.
+
+Fixed here:
+https://gitlab.com/qemu-project/qemu/-/commit/f6ab64c05f8a6229bf6
+