From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7K8m-0004m3-57 for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7K8h-00082j-De for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7K8h-00080n-5z for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:07 -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 B8FE6A0B8C for ; Tue, 23 Jun 2015 09:05:06 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 23 Jun 2015 11:04:59 +0200 Message-Id: <1435050302-6389-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] virtio-input: property fixes, add evdev passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Pull v2 for virtio-input evdev passthrough. The last-minute property issues found my mst are fixed, both for the already merged virtio-input devices (patch 1) and the new passthrough device (patch 2). Patch 3 adds a maintainers entry for virtio-input. please pull, Gerd The following changes since commit 0c8ff723bd29e5c8b2ca989f857ae5c37ec49c4e: m68k: fix usp processing on interrupt entry and exception exit (2015-06-22 14:43:25 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150623-1 for you to fetch changes up to a5d4d7b580f42c47d240a2068c810e4147147f6e: Add MAINTAINERS entry for virtio-input (2015-06-23 10:32:35 +0200) ---------------------------------------------------------------- virtio-input: property fixes, add evdev passthrough ---------------------------------------------------------------- Gerd Hoffmann (3): virtio-input: move properties, use virtio_instance_init_common virtio-input: evdev passthrough Add MAINTAINERS entry for virtio-input MAINTAINERS | 6 ++ hw/input/Makefile.objs | 1 + hw/input/virtio-input-host.c | 188 +++++++++++++++++++++++++++++++++++++++ hw/input/virtio-input.c | 8 +- hw/virtio/virtio-pci.c | 43 +++++---- hw/virtio/virtio-pci.h | 10 +++ include/hw/virtio/virtio-input.h | 20 +++-- 7 files changed, 252 insertions(+), 24 deletions(-) create mode 100644 hw/input/virtio-input-host.c