From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYAy6-0004ZE-NR for qemu-devel@nongnu.org; Thu, 10 Apr 2014 05:08:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYAxz-0008BJ-E1 for qemu-devel@nongnu.org; Thu, 10 Apr 2014 05:08:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYAxz-00089c-5n for qemu-devel@nongnu.org; Thu, 10 Apr 2014 05:08:15 -0400 From: Gerd Hoffmann Date: Thu, 10 Apr 2014 11:07:46 +0200 Message-Id: <1397120874-17166-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCHES] add virtio input device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: virtio-dev@lists.oasis-open.org, Gerd Hoffmann Hi, Here comes a bunch of patches inplementing the virtio input device for review. One patch for the virtio specification. One patch for the linux kernel. A small patch series for qemu. Please review. Note that the qemu patch series has dependencies on unmerged input layer patches (waiting for the tree being opened up for 2.1), so if you wanna play with please fetch everything here: http://www.kraxel.org/cgit/qemu/log/?h=rebase/input-wip cheers, Gerd