diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1544524')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1544524 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1544524 b/results/scraper/launchpad-without-comments/1544524 new file mode 100644 index 000000000..06e99e84f --- /dev/null +++ b/results/scraper/launchpad-without-comments/1544524 @@ -0,0 +1,22 @@ +"info chardev" not showing the real port in use + +With Qemu 2.1.2 +============== +pharidos@uks2:~/work/tplaf/☸ qemu-system-x86_64 -hda /space/pharidos/Disks/Blank_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 +============== +pharidos@kvm:~/$ qemu-system-x86_64 -hda /space/pharidos/Disks/Blank_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) \ No newline at end of file |