summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/958
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/graphic/958
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/958')
-rw-r--r--results/classifier/118/graphic/95843
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/958 b/results/classifier/118/graphic/958
new file mode 100644
index 000000000..9edd712e7
--- /dev/null
+++ b/results/classifier/118/graphic/958
@@ -0,0 +1,43 @@
+graphic: 0.935
+device: 0.896
+boot: 0.889
+network: 0.848
+semantic: 0.628
+ppc: 0.592
+mistranslation: 0.583
+peripherals: 0.562
+vnc: 0.557
+debug: 0.528
+PID: 0.524
+files: 0.430
+TCG: 0.413
+register: 0.356
+socket: 0.317
+risc-v: 0.305
+architecture: 0.276
+x86: 0.270
+user-level: 0.261
+performance: 0.258
+VMM: 0.251
+arm: 0.227
+kernel: 0.224
+permissions: 0.218
+i386: 0.167
+virtual: 0.148
+hypervisor: 0.096
+KVM: 0.063
+assembly: 0.037
+
+qemu-system-sparc crashes on floppy access
+Description of problem:
+qemu-system-sparc crashes when accessing the emulated floppy drive of the guest system.
+Steps to reproduce:
+1. wget http://ftp.netbsd.org/pub/NetBSD/NetBSD-9.2/sparc/installation/bootfs/boot.fs.gz
+2. gunzip boot.fs.gz
+3. qemu-system-sparc -nographic boot.fs
+4. Select option "3) floppy"
+5. qemu-systems-sparc crashes with the messages:
+```
+    Ejecting floppy disk
+    Segmentation fault (core dumped)
+```