From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O76Zj-0004wY-FE for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:41:11 -0400 Received: from [140.186.70.92] (port=58161 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O76Zh-0004vj-Nx for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O76Za-0002bG-7p for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:41:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3594) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O76ZZ-0002bB-VS for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:41:02 -0400 Date: Wed, 28 Apr 2010 09:40:52 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] Multiple monitor interfaces? Message-ID: <20100428094052.1d80ddb2@redhat.com> In-Reply-To: References: <20100427152640.447f7390@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: qemu-devel@nongnu.org On Wed, 28 Apr 2010 12:20:42 +0900 Jun Koi wrote: > On Wed, Apr 28, 2010 at 3:26 AM, Luiz Capitulino = wrote: > > On Tue, 27 Apr 2010 23:23:45 +0900 > > Jun Koi 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? > > > > =C2=A0The following command will create three monitors (stdio, vc and t= elnet > > on port 4444): > > > > # qemu [...] -chardev stdio,id=3Dmon0 -mon chardev=3Dmon0,mode=3Dreadli= ne \ > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -chardev socket,id=3Dmon1,hos= t=3Dlocalhost,port=3D4444,server \ > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -mon chardev=3Dmon1,mode=3Dre= adline \ > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -chardev vc,id=3Dmon2 -mon ch= ardev=3Dmon2,mode=3Dreadline >=20 > This is very helpful, thanks. >=20 > 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=3Dmon0,path=3D/tmp/sock,server -mon chardev=3Dmon0,mode= =3Dcontrol