summary refs log tree commit diff stats
path: root/results/classifier/118/i386/1713328
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/i386/1713328
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/i386/1713328')
-rw-r--r--results/classifier/118/i386/171332848
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/118/i386/1713328 b/results/classifier/118/i386/1713328
new file mode 100644
index 000000000..a5f2a3280
--- /dev/null
+++ b/results/classifier/118/i386/1713328
@@ -0,0 +1,48 @@
+i386: 0.989
+x86: 0.965
+graphic: 0.896
+device: 0.883
+semantic: 0.798
+performance: 0.795
+peripherals: 0.772
+architecture: 0.764
+mistranslation: 0.738
+ppc: 0.736
+network: 0.703
+vnc: 0.647
+permissions: 0.616
+VMM: 0.559
+debug: 0.558
+TCG: 0.538
+user-level: 0.534
+register: 0.501
+PID: 0.492
+socket: 0.484
+kernel: 0.440
+risc-v: 0.407
+boot: 0.405
+virtual: 0.387
+arm: 0.374
+files: 0.324
+hypervisor: 0.286
+assembly: 0.226
+KVM: 0.222
+
+Unable to C-a in -nographic if -serial telnet
+
+qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started with:
+
+qemu-system-i386 -m 64M -machine type=pc -rtc base=localtime,clock=host -nographic -serial telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/
+
+does not accept the escape key (C-a) to perform functions such as switching from monitor to console. Verified both in GNU screen and in the Linux console.
+
+If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the command line, the escape key is accepted (and Qemu doesn't enter the monitor immediately).
+
+Well, with your "-serial" setup, you've put the guest serial console on the telnet port, so there is nothing to switch on the host console here via the CTRL-a c key combination, i.e. this is the expected behavior. What exactly were you trying to do here? Access the serial console via two ways, one time via telnet and one time via the host console? AFAIK that's not possible.
+
+With '-serial telnet' I directed the serial port to telnet, not the console (I call "console" the VGA tty qemu would show without the -nographic option).
+
+Ah, ok, so you want to have the VGA output on the host console? Try the "-display curses" option for that.
+
+I tried it, but it doesn't really work well. Aside from showing 2 cursors, the real problem is that the keymap is all messed up in the guest (whereas it's perfect in Qemu's VGA monitor).
+