From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4U1b-0008DJ-Sr for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:38:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4U1X-00045q-Ri for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:38:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47816) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4U1X-00045g-MQ for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:38:47 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C19B88F4EC for ; Wed, 9 Nov 2016 14:38:46 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 9 Nov 2016 15:38:40 +0100 Message-Id: <1478702323-15635-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.8 0/3] ui: bugfixes for gtk, curses and hid emulation. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the UI patch queue with three bugfixes, most importantly the cursesw configure fix. please pull, Gerd The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e: Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20161109-1 for you to fetch changes up to ba60f2d18e976ef99238ebce019e26719f2b597c: Fix cursesw detection (2016-11-09 14:35:47 +0100) ---------------------------------------------------------------- ui: bugfixes for gtk, curses and hid emulation. ---------------------------------------------------------------- Peter Korsgaard (1): hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc Samuel Thibault (1): Fix cursesw detection Thomas Huth (1): ui/gtk: Fix build with older versions of gtk configure | 7 ++++++- hw/input/hid.c | 4 ++-- ui/gtk.c | 3 ++- 3 files changed, 10 insertions(+), 4 deletions(-)