qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Multiple monitor interfaces?


From: Luiz Capitulino
Subject: Re: [Qemu-devel] Multiple monitor interfaces?
Date: Wed, 28 Apr 2010 09:40:52 -0300

On Wed, 28 Apr 2010 12:20:42 +0900
Jun Koi <address@hidden> wrote:

> On Wed, Apr 28, 2010 at 3:26 AM, Luiz Capitulino <address@hidden> wrote:
> > On Tue, 27 Apr 2010 23:23:45 +0900
> > Jun Koi <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]