From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5WCz-0004w0-9v for qemu-devel@nongnu.org; Thu, 18 Jun 2015 05:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5WCu-0005KM-F7 for qemu-devel@nongnu.org; Thu, 18 Jun 2015 05:34:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5WCu-0005Jz-9g for qemu-devel@nongnu.org; Thu, 18 Jun 2015 05:34:00 -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 257C83798C1 for ; Thu, 18 Jun 2015 09:33:59 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 18 Jun 2015 11:33:54 +0200 Message-Id: <1434620035-10808-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] virtio-input: evdev passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, New member for the virtio-input family: evdev passthrough support. please pull, Gerd The following changes since commit f754c3c9cce3c4789733d9068394be4256dfe6a8: Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging (2015-06-17 12:43:26 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150618-1 for you to fetch changes up to 535017c3852f72e8706c3636d0bb2587920bf57d: virtio-input: evdev passthrough (2015-06-18 10:45:12 +0200) ---------------------------------------------------------------- virtio-input: evdev passthrough ---------------------------------------------------------------- Gerd Hoffmann (1): virtio-input: evdev passthrough hw/input/Makefile.objs | 1 + hw/input/virtio-input-host.c | 182 +++++++++++++++++++++++++++++++++++++++ hw/virtio/virtio-pci.c | 30 +++++++ hw/virtio/virtio-pci.h | 10 +++ include/hw/virtio/virtio-input.h | 13 +++ 5 files changed, 236 insertions(+) create mode 100644 hw/input/virtio-input-host.c