From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWuWC-00023z-1t for qemu-devel@nongnu.org; Wed, 05 Mar 2008 09:22:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWuW7-0001xr-CG for qemu-devel@nongnu.org; Wed, 05 Mar 2008 09:22:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWuW7-0001xj-7e for qemu-devel@nongnu.org; Wed, 05 Mar 2008 09:22:47 -0500 Received: from py-out-1112.google.com ([64.233.166.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWuW7-00029o-6B for qemu-devel@nongnu.org; Wed, 05 Mar 2008 09:22:47 -0500 Received: by py-out-1112.google.com with SMTP id u52so2524865pyb.10 for ; Wed, 05 Mar 2008 06:22:45 -0800 (PST) Message-ID: <47CEACB2.70404@codemonkey.ws> Date: Wed, 05 Mar 2008 08:22:42 -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> In-Reply-To: <18382.35528.45399.427646@mariner.uk.xensource.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 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 ? > I don't really feel strongly either way. Regards, Anthony Liguori > Ian. > > >