From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWyvX-0000Ek-7n for qemu-devel@nongnu.org; Wed, 05 Mar 2008 14:05:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWyvV-0000ET-7Z for qemu-devel@nongnu.org; Wed, 05 Mar 2008 14:05:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWyvV-0000EQ-4M for qemu-devel@nongnu.org; Wed, 05 Mar 2008 14:05:17 -0500 Received: from rv-out-0910.google.com ([209.85.198.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWyvU-0008Hb-Kv for qemu-devel@nongnu.org; Wed, 05 Mar 2008 14:05:16 -0500 Received: by rv-out-0910.google.com with SMTP id g11so1629083rvb.22 for ; Wed, 05 Mar 2008 11:05:15 -0800 (PST) Message-ID: <47CEEEE5.9040809@codemonkey.ws> Date: Wed, 05 Mar 2008 13:05:09 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Support redirect -curses over a character driver References: <1204684458-2530-1-git-send-email-aliguori@us.ibm.com> <18382.35528.45399.427646@mariner.uk.xensource.com> <47CED952.3040109@qumranet.com> In-Reply-To: <47CED952.3040109@qumranet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Avi Kivity wrote: > Ian Jackson wrote: >> Anthony Liguori writes ("[Qemu-devel] [PATCH] Support redirect -curses >> >>> over a character driver"): I love the -curses feature but I really >>> wanted to use it over a telnet: character device. This patch >>> enables this and changes the syntax of the -curses argument to take >>> a character device. >>> >> >> Surely it would be better to introduce a new option and leave the old >> one (which people might be using) behaving the old way ? >> >> > > -curses hasn't been in any official release (well, kvm-63 will be out > soon), so users haven't yet had a chance to rely on it. I'm on the fence because while I like what I've posted, I'd like to eventually tunnel the curses data over VNC in which case, having a separate option makes sense. -curses would imply that the GUI would be rendered with curses. So, 'qemu -curses' does what you think, 'qemu -cga telnet::1024,server -vnc :2' does what I want and still lets you interact with VNC, and then down the road 'qemu -cga vnc:org.qemu.vga -vnc :2' allows CGA tunneling over VNC. But this is really future looking so I'm somewhat indifferent to what we do now. I'll update the patch according to whatever the consensus is. Regards, Anthony Liguori