summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/device/2406
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/zero-shot/118/device/2406
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/118/device/2406')
-rw-r--r--results/classifier/zero-shot/118/device/240637
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/device/2406 b/results/classifier/zero-shot/118/device/2406
new file mode 100644
index 00000000..01cf1b44
--- /dev/null
+++ b/results/classifier/zero-shot/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.