From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAKGg-0007rr-O2 for qemu-devel@nongnu.org; Sun, 22 Jun 2008 03:45:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAKGe-0007pq-JV for qemu-devel@nongnu.org; Sun, 22 Jun 2008 03:45:45 -0400 Received: from [199.232.76.173] (port=42389 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAKGe-0007pc-Et for qemu-devel@nongnu.org; Sun, 22 Jun 2008 03:45:44 -0400 Received: from savannah.gnu.org ([199.232.41.3]:57983 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KAKGd-0005QB-RC for qemu-devel@nongnu.org; Sun, 22 Jun 2008 03:45:44 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KAKGd-0003bM-Aj for qemu-devel@nongnu.org; Sun, 22 Jun 2008 07:45:43 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KAKGc-0003bI-W7 for qemu-devel@nongnu.org; Sun, 22 Jun 2008 07:45:43 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sun, 22 Jun 2008 07:45:43 +0000 Subject: [Qemu-devel] [4774] Add missing keys, sendkey support for all keys 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 Revision: 4774 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4774 Author: blueswir1 Date: 2008-06-22 07:45:42 +0000 (Sun, 22 Jun 2008) Log Message: ----------- Add missing keys, sendkey support for all keys Modified Paths: -------------- trunk/hw/slavio_serial.c trunk/monitor.c trunk/target-sparc/TODO Modified: trunk/hw/slavio_serial.c =================================================================== --- trunk/hw/slavio_serial.c 2008-06-21 20:09:32 UTC (rev 4773) +++ trunk/hw/slavio_serial.c 2008-06-22 07:45:42 UTC (rev 4774) @@ -770,7 +770,7 @@ 0, 0, 0, 0, 0, 0, 0, 68, 69, 70, 0, 91, 0, 93, 0, 112, 113, 114, 94, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 3, 25, 26, 49, 52, 72, 73, 97, 99, 111, 118, 120, 122, 67, 0, }; static void sunkbd_event(void *opaque, int ch) Modified: trunk/monitor.c =================================================================== --- trunk/monitor.c 2008-06-21 20:09:32 UTC (rev 4773) +++ trunk/monitor.c 2008-06-22 07:45:42 UTC (rev 4774) @@ -904,6 +904,23 @@ { 0xd2, "insert" }, { 0xd3, "delete" }, +#if defined(TARGET_SPARC) && !defined(TARGET_SPARC64) + { 0xf0, "stop" }, + { 0xf1, "again" }, + { 0xf2, "props" }, + { 0xf3, "undo" }, + { 0xf4, "front" }, + { 0xf5, "copy" }, + { 0xf6, "open" }, + { 0xf7, "paste" }, + { 0xf8, "find" }, + { 0xf9, "cut" }, + { 0xfa, "lf" }, + { 0xfb, "help" }, + { 0xfc, "meta_l" }, + { 0xfd, "meta_r" }, + { 0xfe, "compose" }, +#endif { 0, NULL }, }; Modified: trunk/target-sparc/TODO =================================================================== --- trunk/target-sparc/TODO 2008-06-21 20:09:32 UTC (rev 4773) +++ trunk/target-sparc/TODO 2008-06-22 07:45:42 UTC (rev 4774) @@ -53,7 +53,6 @@ - Unimplemented features/bugs: - Hardware devices do not match real boards - Floppy does not work - - Missing keys, sendkey support for all keys - CS4231: merge with cs4231a, add DMA - Add cg6, bwtwo - Arbitrary resolution support