summary refs log tree commit diff stats
path: root/results/classifier/118/socket/1721220
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/socket/1721220
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/socket/1721220')
-rw-r--r--results/classifier/118/socket/172122066
1 files changed, 66 insertions, 0 deletions
diff --git a/results/classifier/118/socket/1721220 b/results/classifier/118/socket/1721220
new file mode 100644
index 000000000..f2488cdcb
--- /dev/null
+++ b/results/classifier/118/socket/1721220
@@ -0,0 +1,66 @@
+socket: 0.988
+device: 0.961
+ppc: 0.950
+peripherals: 0.927
+files: 0.914
+PID: 0.905
+debug: 0.856
+vnc: 0.839
+permissions: 0.832
+performance: 0.826
+network: 0.777
+kernel: 0.759
+boot: 0.758
+architecture: 0.743
+VMM: 0.716
+risc-v: 0.716
+register: 0.698
+arm: 0.691
+user-level: 0.689
+virtual: 0.672
+TCG: 0.662
+graphic: 0.636
+KVM: 0.623
+hypervisor: 0.590
+semantic: 0.539
+x86: 0.528
+mistranslation: 0.495
+i386: 0.419
+assembly: 0.308
+
+qemu crashes with assertion error `!mr->container' failed
+
+Re-production steps:
+git clone today's qemu git tree (4th Oct 2017)
+./configure --target-list=ppc64-softmmu && make -j 8
+
+Run the device-crash-test from scripts folder, seeing the following error
+
+INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
+WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
+CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
+CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
+CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
+CRITICAL: log: warning: KVM does not support watchdog
+CRITICAL: exit code: -6
+
+I think this should be fixed by this patch here:
+https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg06696.html
+("hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case")
+
+With the mentioned patch not seeing the Abort.
+
+# ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
+gtk initialization failed
+warning: KVM does not support watchdog
+
+Thanks!!
+
+As per previous comments, this bug was fixed by commit https://git.qemu.org/?p=qemu.git;a=commitdiff;h=d659d94013390238961fac741572306c95496bf5 (released in QEMU v2.11.0):
+
+commit d659d94013390238961fac741572306c95496bf5
+Author: Aleksandr Bezzubikov <email address hidden>
+Date:   Mon Sep 25 02:21:58 2017 +0300
+
+    hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
+