From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5rp2-00015s-EJ for qemu-devel@nongnu.org; Fri, 19 Jun 2015 04:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5rp1-0000Yy-Hd for qemu-devel@nongnu.org; Fri, 19 Jun 2015 04:38:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5rp1-0000Yc-0r for qemu-devel@nongnu.org; Fri, 19 Jun 2015 04:38:47 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id A51FB331AB6 for ; Fri, 19 Jun 2015 08:38:46 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 19 Jun 2015 10:38:34 +0200 Message-Id: <1434703117-9939-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , "Michael S. Tsirkin" Hi, This little series updates the virtio-input devices to follow latest practices, so device properties are handled properly. It also adds evdev passthrough device for virtio-input (patch has updated property handling too), and finally a MAINTAINERS entry for virtio-input. please review, Gerd 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 -- 1.8.3.1