summary refs log tree commit diff stats
path: root/results/classifier/118/virtual/1730
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/virtual/1730')
-rw-r--r--results/classifier/118/virtual/173046
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/virtual/1730 b/results/classifier/118/virtual/1730
new file mode 100644
index 000000000..6719755bb
--- /dev/null
+++ b/results/classifier/118/virtual/1730
@@ -0,0 +1,46 @@
+virtual: 0.985
+graphic: 0.889
+vnc: 0.835
+device: 0.823
+boot: 0.789
+performance: 0.773
+x86: 0.749
+mistranslation: 0.718
+semantic: 0.646
+VMM: 0.525
+architecture: 0.487
+peripherals: 0.479
+permissions: 0.451
+risc-v: 0.440
+network: 0.430
+user-level: 0.419
+debug: 0.338
+i386: 0.320
+PID: 0.315
+ppc: 0.302
+TCG: 0.297
+assembly: 0.287
+kernel: 0.280
+hypervisor: 0.256
+files: 0.246
+arm: 0.218
+register: 0.215
+socket: 0.180
+KVM: 0.134
+
+Virtual console in GTK input uses wrong color for dark gray
+Description of problem:
+The virtual console in the GTK window uses black to draw dark gray text. This becomes unintelligible if drawing on black background.
+Steps to reproduce:
+1. Boot any distro to shell prompt with `-serial vc`.
+2. Switch to serial console in QEMU GTK window (Ctrl+Alt+3).
+4. Run `echo -e "\e[1;30mDark Greay\e[m"`.
+5. Output is black on black.
+
+or
+
+1. `qemu-system-x86_64 -bios /usr/share/edk2/x64/OVMF.fd`
+2. Enter EFI internal shell
+3. `cls 0 8`
+4. Run `help cls` and observe correct colors in VGA window.
+5. Switch to serial console and observe black on black colors.