From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [Qemu-commits] [COMMIT ddd9bbd] Support for multiple -monitor devices Date: Wed, 09 Sep 2009 13:32:46 +0200 Message-ID: <4AA7925E.9020001@siemens.com> References: <200909041443.n84EhZaA005101@d01av04.pok.ibm.com> <4AA791C5.4000802@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: qemu-devel , KVM list To: Avi Kivity Return-path: Received: from goliath.siemens.de ([192.35.17.28]:21441 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbZIILch (ORCPT ); Wed, 9 Sep 2009 07:32:37 -0400 In-Reply-To: <4AA791C5.4000802@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > 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. Ok, will have a look. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlLPb-0002QS-Kr for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:32:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlLPX-0002Pm-AM for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:32:31 -0400 Received: from [199.232.76.173] (port=52715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlLPW-0002Pj-VO for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:32:27 -0400 Received: from goliath.siemens.de ([192.35.17.28]:21379) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MlLPW-0006AI-6B for qemu-devel@nongnu.org; Wed, 09 Sep 2009 07:32:26 -0400 Message-ID: <4AA7925E.9020001@siemens.com> Date: Wed, 09 Sep 2009 13:32:46 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <200909041443.n84EhZaA005101@d01av04.pok.ibm.com> <4AA791C5.4000802@redhat.com> In-Reply-To: <4AA791C5.4000802@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Avi Kivity Cc: qemu-devel , KVM list Avi Kivity wrote: > 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. Ok, will have a look. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux