summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1544524
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1544524')
-rw-r--r--results/classifier/gemma3:12b/peripherals/154452423
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1544524 b/results/classifier/gemma3:12b/peripherals/1544524
new file mode 100644
index 000000000..5166298a6
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1544524
@@ -0,0 +1,23 @@
+
+"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