From: Luiz Capitulino <lcapitulino@redhat.com>
To: Jun Koi <junkoi2004@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Multiple monitor interfaces?
Date: Wed, 28 Apr 2010 09:40:52 -0300 [thread overview]
Message-ID: <20100428094052.1d80ddb2@redhat.com> (raw)
In-Reply-To: <o2mfdaac4d51004272020ldbb33272pd4b43c6f0c7f3ab6@mail.gmail.com>
On Wed, 28 Apr 2010 12:20:42 +0900
Jun Koi <junkoi2004@gmail.com> wrote:
> On Wed, Apr 28, 2010 at 3:26 AM, Luiz Capitulino <lcapitulino@redhat.com> wrote:
> > On Tue, 27 Apr 2010 23:23:45 +0900
> > Jun Koi <junkoi2004@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> I am wondering if is it possible to have multiple monitor interfaces
> >> at the same time? If so, how can we open more than one?
> >
> > The following command will create three monitors (stdio, vc and telnet
> > on port 4444):
> >
> > # qemu [...] -chardev stdio,id=mon0 -mon chardev=mon0,mode=readline \
> > -chardev socket,id=mon1,host=localhost,port=4444,server \
> > -mon chardev=mon1,mode=readline \
> > -chardev vc,id=mon2 -mon chardev=mon2,mode=readline
>
> This is very helpful, thanks.
>
> Now if I want to open a monitor on an Unix domain socket, which
> chardev (and its corresponding param) should I use??
It's all in the man page:
-chardev socket,id=mon0,path=/tmp/sock,server -mon chardev=mon0,mode=control
next prev parent reply other threads:[~2010-04-28 12:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-27 14:23 [Qemu-devel] Multiple monitor interfaces? Jun Koi
2010-04-27 18:26 ` Luiz Capitulino
2010-04-28 3:20 ` Jun Koi
2010-04-28 12:40 ` Luiz Capitulino [this message]
2010-04-27 18:39 ` [Qemu-devel] " Jan Kiszka
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=20100428094052.1d80ddb2@redhat.com \
--to=lcapitulino@redhat.com \
--cc=junkoi2004@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).