Dave Blanchard <[email protected]> writes:

> 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: 
> info: QEMU waiting for connection on:
> disconnected:telnet:127.0.0.1:1800,server=on

Works for me:

  ./qemu-system-x86_64 -serial telnet:127.0.0.1:1800,server=on -s -S
  qemu-system-x86_64: -serial telnet:127.0.0.1:1800,server=on: info: QEMU 
waiting for connection on: disconnected:telnet:127.0.0.1:1800,server=on

port is open:

  netstat -lptn | grep qemu
  (Not all processes could be identified, non-owned process info
   will not be shown, you would have to be root to see it all.)
  tcp        0      0 127.0.0.1:1800          0.0.0.0:*               LISTEN    
  547152/./qemu-syste 

and connecting:

 nc 127.0.0.1 1800

starts QEMU as expected.

>
> What gives?

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro

Reply via email to