On Wed, Apr 28, 2010 at 3:26 AM, Luiz Capitulino <lcapitul...@redhat.com> wrote: > On Tue, 27 Apr 2010 23:23:45 +0900 > Jun Koi <junkoi2...@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?? Thanks, J