From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFlEm-0004Na-C0 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 11:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFlEi-0005up-Aw for qemu-devel@nongnu.org; Thu, 16 Jul 2015 11:38:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFlEi-0005uU-4j for qemu-devel@nongnu.org; Thu, 16 Jul 2015 11:38:12 -0400 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 (Postfix) with ESMTPS id C4E792B6483 for ; Thu, 16 Jul 2015 15:38:11 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 16 Jul 2015 17:38:01 +0200 Message-Id: <1437061085-9370-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.4 0/4] input: fixes for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A few input fixes for 2.4. Also enable virtio-input builds on non-linux hosts after fixing up the ioctl include. please pull, Gerd The following changes since commit f3a1b5068cea303a55e2a21a97e66d057eaae638: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-07-13 13:35:51 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150714-1 for you to fetch changes up to 8121c09e8a52fd47254479d8f5ccbbc20e7bb718: hid: clarify hid_keyboard_process_keycode (2015-07-14 13:48:45 +0200) ---------------------------------------------------------------- input: fixes for 2.4 ---------------------------------------------------------------- Gerd Hoffmann (2): virtio-input: move sys/ioctl.h include virtio-input: enable on non-linux hosts Lin Ma (1): virtio-input: fix segfault in virtio_input_hid_properties Paolo Bonzini (1): hid: clarify hid_keyboard_process_keycode hw/input/Makefile.objs | 2 +- hw/input/hid.c | 32 ++++++++++++++++++++++++++++---- hw/input/virtio-input-hid.c | 1 + hw/input/virtio-input-host.c | 1 + include/standard-headers/linux/input.h | 1 - scripts/update-linux-headers.sh | 1 + 6 files changed, 32 insertions(+), 6 deletions(-)