From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntl5d-0004G8-L7 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 13:06:57 -0400 Received: from [199.232.76.173] (port=46870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntl5d-0004Fu-C6 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 13:06:57 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ntl5c-0007Jo-M0 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 13:06:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ntl5c-0007Jg-AS for qemu-devel@nongnu.org; Mon, 22 Mar 2010 13:06:56 -0400 Message-ID: <4BA7A3AA.2000305@redhat.com> Date: Mon, 22 Mar 2010 18:06:50 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4BA79D54.3060300@siemens.com> In-Reply-To: <4BA79D54.3060300@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: How to create multiplexed chardevs? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 03/22/10 17:39, Jan Kiszka wrote: > Hi Gerd, > > I think you mostly worked on this: > > How to specify -serial mon:stdio using the new syntax? I just ran into > the problem having to define a serial port via -device isa-serial but > wanting its terminal multiplexed with a monitor. -chardev mon:stdio is > not understood. -chardev stdio,id=x,mux=on -device isa-serial,chardev=x -mon chardev=x Isn't limited to serial+monitor btw, you can mux everything with up to four users. HTH, Gerd