From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnEoU-0002ho-Q5 for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:35:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnEoQ-0001fk-Rl for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:35:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnEoQ-0001fd-LG for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:35:18 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0HJZHSJ031435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Jan 2012 14:35:18 -0500 Received: from t500wlan.home.berrange.com.com (vpn1-7-220.ams2.redhat.com [10.36.7.220]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0HJZGFj026972 for ; Tue, 17 Jan 2012 14:35:17 -0500 From: "Daniel P. Berrange" Date: Tue, 17 Jan 2012 19:35:05 +0000 Message-Id: <1326828907-13822-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix SDL keymapping when run against non-Linux X11 server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following two patches make the SDL display keymapping work correctly when QEMU is executed on Linux, but displayed on an OS-X or Win32 X11 server. As an added bonus, I included support for the SDL Quartz and Win32 video drivers, but I'm not clear if QEMU actually works with them. The changes are based on code pulled as-is from GTK-VNC / SPICE-GTK which have had good success with this approach. This is in response to this bug report http://lists.nongnu.org/archive/html/qemu-devel/2012-01/msg01418.html