From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmkv8-0000lP-E0 for qemu-devel@nongnu.org; Tue, 20 May 2014 10:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmkv2-0006gf-9v for qemu-devel@nongnu.org; Tue, 20 May 2014 10:21:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmkv2-0006ga-1o for qemu-devel@nongnu.org; Tue, 20 May 2014 10:21:28 -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 (8.14.4/8.14.4) with ESMTP id s4KELRmS010462 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 20 May 2014 10:21:27 -0400 From: Gerd Hoffmann Date: Tue, 20 May 2014 16:00:41 +0200 Message-Id: <1400594447-16637-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] add input routing and multiseat support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, $subject says all. Last patch has detailed usage docs, so I'm not repeating it here. cheers, Gerd Gerd Hoffmann (6): input: switch hid keyboard to new input layer api. input: switch hid mouse and tablet to the new input layer api. input: bind devices and input routing sdl: pass key event source to input layer usb: add input routing support for tablet and keyboard docs: add multiseat.txt docs/multiseat.txt | 76 +++++++++++++++++ hw/input/hid.c | 220 ++++++++++++++++++++++++++++++++----------------- hw/usb/dev-hid.c | 13 +++ include/hw/input/hid.h | 4 +- include/ui/input.h | 3 + ui/input.c | 43 +++++++++- ui/sdl2.c | 21 +++-- 7 files changed, 290 insertions(+), 90 deletions(-) create mode 100644 docs/multiseat.txt -- 1.8.3.1