From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCMnK-0003M8-GQ for qemu-devel@nongnu.org; Thu, 01 Dec 2016 03:32:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCMnH-0000Tq-9X for qemu-devel@nongnu.org; Thu, 01 Dec 2016 03:32:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43064) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cCMnH-0000TF-4T for qemu-devel@nongnu.org; Thu, 01 Dec 2016 03:32:39 -0500 References: From: Thomas Huth Message-ID: Date: Thu, 1 Dec 2016 09:32:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] GTK UI keycodes broken under Wayland List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel Cc: Gerd Hoffmann , sm8ax1@vfemail.net On 01.12.2016 08:24, Stefan Hajnoczi wrote: > I recently upgraded to Fedora 25 which runs Wayland by default. > > The GTK UI is now sending unknown keycodes to the guests. Although > alphanumeric keys work, the cursor keys are broken. > > There is X11-specific code for keycode mapping in ui/gtk.c. Perhaps > something is needed to make that work under Wayland? There is certainly something missing for Wayland. Somebody already reported this issue here and posted a "quick and dirty" patch: https://bugs.launchpad.net/qemu/+bug/1578192 Thomas