From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9Ohz-00035h-O3 for qemu-devel@nongnu.org; Mon, 31 Dec 2007 12:45:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9Ohy-000352-Ub for qemu-devel@nongnu.org; Mon, 31 Dec 2007 12:45:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9Ohy-00034s-Rc for qemu-devel@nongnu.org; Mon, 31 Dec 2007 12:45:50 -0500 Received: from smtp02.citrix.com ([66.165.176.63]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J9Ohy-00060D-J3 for qemu-devel@nongnu.org; Mon, 31 Dec 2007 12:45:50 -0500 Received: from implementation.famille.thibault.fr (dhcp-16-192.uk.xensource.com [172.31.16.192]) by smtp01.ad.xensource.com (8.13.1/8.13.1) with ESMTP id lBVHj4eS029316 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 31 Dec 2007 09:45:06 -0800 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1J9OhD-0002QW-FI for qemu-devel@nongnu.org; Mon, 31 Dec 2007 18:45:03 +0100 Date: Mon, 31 Dec 2007 17:45:03 +0000 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] qemu monitor keyboard functionality Message-ID: <20071231174503.GG5447@implementation.uk.xensource.com> References: <64F9B87B6B770947A9F8391472E0321610055379@ehost011-8.exch011.intermedia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <64F9B87B6B770947A9F8391472E0321610055379@ehost011-8.exch011.intermedia.net> 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 Noam Taich, le Mon 31 Dec 2007 09:02:08 -0800, a écrit : > Qemu monitor had many missing keys that could not be (easily) sent, > > And there was no mechanism for sending strings properly. > > This patch fixes the problem and enhances the monitor's functionality. Mmm, isn't there a keyboard layout issue? Far from all keyboards are US qwerty... Samuel