qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1544524] Re: "info chardev" not showing the real port


From: Thomas Huth
Subject: [Qemu-devel] [Bug 1544524] Re: "info chardev" not showing the real port in use
Date: Tue, 16 Apr 2019 05:42:22 -0000

Seems like this has been fixed in recent versions of QEMU again:

$ qemu-system-x86_64 -serial telnet::0,server,nowait -nographic
QEMU 3.1.93 monitor - type 'help' for more information
(qemu) info chardev
parallel0: filename=null
serial0: filename=disconnected:telnet:0.0.0.0:41346,server
compat_monitor0: filename=stdio


** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1544524

Title:
  "info chardev" not showing the real port in use

Status in QEMU:
  Fix Released

Bug description:
  With Qemu 2.1.2
  ===============
  address@hidden:~$ qemu-system-x86_64 -hda Disk.qcow2 -serial 
telnet::0,server,nowait -nographic
  QEMU 2.1.2 monitor - type 'help' for more information
  (qemu) info chardev
  parallel0: filename=null
  serial0: filename=telnet:0.0.0.0:44189,server
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ serial console is using port 
44189
  compat_monitor0: filename=stdio
  (qemu)

  With Qemu 2.5.0
  ===============
  address@hidden:~$ qemu-system-x86_64 -hda Disk.qcow2 -serial  
telnet::0,server,nowait -nographic
  QEMU 2.5.0 monitor - type 'help' for more information
  (qemu) info chardev
  parallel0: filename=null
  serial0: filename=disconnected:telnet::0,server
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ serial console port not shown
  compat_monitor0: filename=stdio
  (qemu)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1544524/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]