summary refs log tree commit diff stats
path: root/results/classifier/118/socket/1721222
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/118/socket/1721222
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/118/socket/1721222')
-rw-r--r--results/classifier/118/socket/172122249
1 files changed, 0 insertions, 49 deletions
diff --git a/results/classifier/118/socket/1721222 b/results/classifier/118/socket/1721222
deleted file mode 100644
index f64f71bd..00000000
--- a/results/classifier/118/socket/1721222
+++ /dev/null
@@ -1,49 +0,0 @@
-socket: 0.971
-device: 0.969
-ppc: 0.944
-graphic: 0.938
-performance: 0.917
-files: 0.895
-network: 0.884
-PID: 0.863
-vnc: 0.859
-peripherals: 0.839
-VMM: 0.811
-TCG: 0.789
-debug: 0.762
-boot: 0.761
-semantic: 0.756
-risc-v: 0.755
-permissions: 0.746
-kernel: 0.745
-mistranslation: 0.724
-architecture: 0.709
-arm: 0.706
-register: 0.692
-virtual: 0.622
-hypervisor: 0.582
-user-level: 0.563
-i386: 0.529
-x86: 0.472
-KVM: 0.375
-assembly: 0.315
-
-qemu crashes with Assertion `fdctrl->dma' 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=powernv binary=ppc64-softmmu/qemu-system-ppc64 device=isa-fdc accel=tcg
-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 powernv,accel=tcg -device isa-fdc
-CRITICAL: failed: machine=powernv binary=ppc64-softmmu/qemu-system-ppc64 device=isa-fdc accel=tcg
-CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine powernv,accel=tcg -device isa-fdc
-CRITICAL: log: qemu-system-ppc64: hw/block/fdc.c:2703: isabus_fdc_realize: Assertion `fdctrl->dma' failed.
-CRITICAL: exit code: -6
-
-Fixed here:
-https://git.qemu.org/?p=qemu.git;a=commitdiff;h=b3da551389c86ce214
-