On 03/22/10 17:39, Jan Kiszka wrote:
Hi Gerd,I think you mostly worked on this: How to specify -serial mon:stdio using the new syntax? I just ran into the problem having to define a serial port via -device isa-serial but wanting its terminal multiplexed with a monitor. -chardev mon:stdio is not understood.
-chardev stdio,id=x,mux=on -device isa-serial,chardev=x -mon chardev=xIsn't limited to serial+monitor btw, you can mux everything with up to four users.
HTH, Gerd