Hello all, can you please help me to understand what Qemu is doing here?
When connecting to the guest for example using a serial/tcp/telnet link, some
kind of code is being immediately transmitted over the link which screws up my
Xterm terminal settings, including changing the text cursor shape
I just "upgraded" from QEMU 6.1.0 to 8.1.3 only to find that the -serial
telnet/tcp option is no longer working. The following message is printed, and
there's a 'connection refused' with the telnet program. Nmap shows no ports
open.
qemu-system-x86_64: -serial telnet:127.0.0.1:1800,server=on:
Doesn't work for me. Fixed by "downgrading" to the 7.x series.
Fixed by "downgrading" to 7.x series.
Something has changed in 8.x.
Once it was made clear the problem was in the BIOS, it was easy to find. I've
made the attached patch, but haven't yet tested it.
qemu-8.1.3-dont-screw-up-terminal-settings.patch
Description: Binary data
Congratulations!