* [Qemu-devel] virtio console users wrong port (sometimes)
@ 2015-12-15 18:54 Neil McGill
0 siblings, 0 replies; only message in thread
From: Neil McGill @ 2015-12-15 18:54 UTC (permalink / raw)
To: qemu-devel
Has anyone ever seen an issue with qemu where the consoles wind up
mixed up ? i.e hvc0 appears on vserial3, hvc1 on vserial0 as a
random example .
I've managed to reproduce this on qemu 2.0 and 1.0 on ubuntu LTS 14/12
and it happens 1 in every 16 times or so. However, I build qemu from
source (tried 2.4 and 1.0.1) to try and debug the problem is gone 8)
So just wondering if this has been seen before ? I'm very keen to
debug this if I can as it's driving me nuts due to the infrequence 8)
I don't *think* it's a kernel issue as the issue does seem gone when
I build my own qemu (over 30 runs with no issue)
here's the config snippet:
-device virtio-serial,id=vserial0 \
-chardev socket,host=0.0.0.0,port=13540,telnet,server,nowait,id=vserial0 \
-device virtconsole,chardev=vserial0 \
-device virtio-serial,id=vserial1 \
-chardev socket,host=0.0.0.0,port=12804,telnet,server,nowait,id=vserial1 \
-device virtconsole,chardev=vserial1 \
-device virtio-serial,id=vserial2 \
-chardev socket,host=0.0.0.0,port=18664,telnet,server,nowait,id=vserial2 \
-device virtconsole,chardev=vserial2 \
-device virtio-serial,id=vserial3 \
-chardev socket,host=0.0.0.0,port=12880,telnet,server,nowait,id=vserial3 \
-device virtconsole,chardev=vserial3 \
tx
neil
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-15 18:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15 18:54 [Qemu-devel] virtio console users wrong port (sometimes) Neil McGill
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.