summary refs log tree commit diff stats
path: root/results/classifier/118/device/2416
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/device/2416')
-rw-r--r--results/classifier/118/device/241669
1 files changed, 69 insertions, 0 deletions
diff --git a/results/classifier/118/device/2416 b/results/classifier/118/device/2416
new file mode 100644
index 000000000..392c78a85
--- /dev/null
+++ b/results/classifier/118/device/2416
@@ -0,0 +1,69 @@
+device: 0.875
+x86: 0.861
+kernel: 0.611
+graphic: 0.586
+PID: 0.539
+ppc: 0.523
+debug: 0.473
+socket: 0.438
+performance: 0.408
+permissions: 0.388
+vnc: 0.383
+peripherals: 0.371
+network: 0.358
+register: 0.336
+hypervisor: 0.326
+files: 0.321
+arm: 0.316
+risc-v: 0.298
+semantic: 0.293
+i386: 0.283
+architecture: 0.281
+virtual: 0.235
+boot: 0.179
+assembly: 0.165
+user-level: 0.142
+VMM: 0.141
+mistranslation: 0.138
+TCG: 0.131
+KVM: 0.108
+
+Assertion failure in virtio_snd_get_qemu_format()
+Description of problem:
+The following log reveals it:
+
+```
+ERROR:hw/audio/virtio-snd.c:356:virtio_snd_get_qemu_format: code should not be reached
+Bail out! ERROR:hw/audio/virtio-snd.c:356:virtio_snd_get_qemu_format: code should not be reached
+Aborted
+```
+Steps to reproduce:
+```
+cat << EOF | qemu-system-x86_64 -display none \
+-machine accel=qtest, -m 512M -machine q35 -device \
+virtio-sound,audiodev=my_audiodev,streams=2 -audiodev \
+alsa,id=my_audiodev -qtest stdio
+outl 0xcf8 0x80001804
+outw 0xcfc 0x06
+outl 0xcf8 0x80001820
+outl 0xcfc 0xe0008000
+write 0xe0008020 0x4 0x00001000
+write 0xe0008028 0x4 0x00101000
+write 0xe000801c 0x1 0x01
+write 0x10c000 0x1 0x01
+write 0x10c001 0x1 0x01
+write 0x10c014 0x1 0x01
+write 0x10c015 0x1 0x51
+write 0x100001 0x1 0xc0
+write 0x100002 0x1 0x10
+write 0x100008 0x1 0x18
+write 0x10f000 0x1 0x02
+write 0x10f001 0x1 0x01
+write 0x100021 0x1 0xf0
+write 0x100022 0x1 0x10
+write 0x100028 0x1 0x08
+write 0x101006 0x1 0x02
+write 0x101002 0x1 0x02
+write 0xe000b001 0x1 0x00
+EOF
+```