From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKETr-0007HM-Nt for qemu-devel@nongnu.org; Mon, 14 Dec 2009 12:13:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKETm-0007B1-LN for qemu-devel@nongnu.org; Mon, 14 Dec 2009 12:13:06 -0500 Received: from [199.232.76.173] (port=33109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKETm-0007AJ-7b for qemu-devel@nongnu.org; Mon, 14 Dec 2009 12:13:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27847) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKETl-0008MG-Vc for qemu-devel@nongnu.org; Mon, 14 Dec 2009 12:13:02 -0500 Message-ID: <4B267207.3040605@redhat.com> Date: Mon, 14 Dec 2009 18:12:39 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4B261987.6080807@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: -serial stdio broken List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel > It looks like vl.c was a poor place to do the mux choice. I just > wonder why mux option can't be automatically enabled for stdio in > qemu-char.c:qemu_chr_parse_compat() or somewhere nearby. The mux driver grabs the 'Ctrl-a' hotkey, so I wouldn't enable that unconditionally because the chardev isn't transparent any more with mux enabled. It also wouldn't really help with command line parsing. cheers, Gerd