From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFzW2-0002E7-PA for qemu-devel@nongnu.org; Fri, 17 Jul 2015 02:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFzW1-00033d-SC for qemu-devel@nongnu.org; Fri, 17 Jul 2015 02:53:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFzW1-00033X-N0 for qemu-devel@nongnu.org; Fri, 17 Jul 2015 02:53:01 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 4D45E2E6DDE for ; Fri, 17 Jul 2015 06:53:01 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 17 Jul 2015 08:52:51 +0200 Message-Id: <1437115974-5894-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v2 for-2.4 0/3] 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, Dropped the patch to enable virtio-input for non-linux systems. Otherwise unmodified. please pull, Gerd The following changes since commit 2d5ee9e7a7dd495d233cf9613a865f63f88e3375: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into staging (2015-07-16 10:40:23 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150717-1 for you to fetch changes up to 562f93754b95fd6dc65ad9a2aa15a90b2da7e8a4: hid: clarify hid_keyboard_process_keycode (2015-07-17 08:44:41 +0200) ---------------------------------------------------------------- input: fixes for 2.4 ---------------------------------------------------------------- Gerd Hoffmann (1): virtio-input: move sys/ioctl.h include Lin Ma (1): virtio-input: fix segfault in virtio_input_hid_properties Paolo Bonzini (1): hid: clarify hid_keyboard_process_keycode 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 + 5 files changed, 31 insertions(+), 5 deletions(-)