From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlLNX-0001QE-Ny for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:30:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlLNS-0001OP-Hp for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:30:23 -0400 Received: from [199.232.76.173] (port=57780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlLNS-0001OM-BP for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:30:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62849) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlLNR-0005U1-QA for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:30:18 -0400 Message-ID: <4AA791C5.4000802@redhat.com> Date: Wed, 09 Sep 2009 14:30:13 +0300 From: Avi Kivity MIME-Version: 1.0 References: <200909041443.n84EhZaA005101@d01av04.pok.ibm.com> In-Reply-To: <200909041443.n84EhZaA005101@d01av04.pok.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT ddd9bbd] Support for multiple -monitor devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Jan Kiszka , KVM list On 09/04/2009 05:43 PM, Anthony Liguori wrote: > From: Jan Kiszka > > Rebased version of Anthony's patch: Allow to specify more than one > monitor terminal via the -monitor command line switch. This is > particularly useful when libvirt or some other management tool already > occupies the primary monitor but you need another one for debugging. > The current clumsy workaround is to multiplex such additional terminals > over a qemu character device (e.g. -serial mon:). > > This (as merged into kvm-next) breaks autotest. Autotest starts qemu-kvm with -monitor unix:/tmp/blah,server,nowait; with this patch it no longer opens the socket (as seen with lsof). I haven't yet found out why. -- error compiling committee.c: too many arguments to function