summary refs log tree commit diff stats
path: root/results/classifier/118/device/2406
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/device/2406
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/device/2406')
-rw-r--r--results/classifier/118/device/240637
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/118/device/2406 b/results/classifier/118/device/2406
new file mode 100644
index 000000000..01cf1b446
--- /dev/null
+++ b/results/classifier/118/device/2406
@@ -0,0 +1,37 @@
+device: 0.804
+graphic: 0.792
+performance: 0.709
+peripherals: 0.653
+mistranslation: 0.629
+boot: 0.562
+architecture: 0.538
+semantic: 0.502
+risc-v: 0.461
+kernel: 0.435
+network: 0.430
+socket: 0.429
+i386: 0.399
+permissions: 0.383
+PID: 0.375
+debug: 0.360
+vnc: 0.327
+arm: 0.325
+x86: 0.286
+register: 0.267
+VMM: 0.249
+files: 0.227
+TCG: 0.204
+user-level: 0.176
+hypervisor: 0.173
+virtual: 0.161
+ppc: 0.145
+KVM: 0.134
+assembly: 0.095
+
+SDL UI on KMSDRM Frontend flips qemu-consoles
+Description of problem:
+If I launch qemu on the kms/drm console (without X11 or Wayland), the screen flips automatically between all qemu-consoles. The first (500?) milliseconds, there is the maschine output (boot messages), than the next (200?) milliseconds there is the monitor0 console, the next milliseconds, the serial0 console, and than the parallel0 console. And again from beginning (maschine, monitor0, serial0, parallel0, ... maschine, monitor0, serial0, parallel0, ...) - I dont press any key.
+
+If I disable monitor0, serial0, parallel0, all is fine, except one thing: I cannot issue a command on monitor0, because its disabled ;).
+Steps to reproduce:
+1. Start qemu without X11 and without wayland on the KMSDRM console.