From: Jan Kiszka <jan.kiszka@siemens.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: How to create multiplexed chardevs?
Date: Mon, 22 Mar 2010 18:15:44 +0100 [thread overview]
Message-ID: <4BA7A5C0.8010704@siemens.com> (raw)
In-Reply-To: <4BA7A3AA.2000305@redhat.com>
Gerd Hoffmann wrote:
> 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=x
>
> Isn't limited to serial+monitor btw, you can mux everything with up to
> four users.
Almost perfect. I missed it as I was too lazy to look into the sources
(aka: documentation missing :) ). And it starts the monitor enabled
which should be fixed to keep it off until CTRL-A-C just like it used to
be with "mon:".
Jan
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
prev parent reply other threads:[~2010-03-22 17:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-22 16:39 [Qemu-devel] How to create multiplexed chardevs? Jan Kiszka
2010-03-22 17:06 ` [Qemu-devel] " Gerd Hoffmann
2010-03-22 17:15 ` Jan Kiszka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BA7A5C0.8010704@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.