From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAyUt-0002fi-W2 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 06:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAyUq-0002gF-P0 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 06:47:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAyUq-0002fz-Ji for qemu-devel@nongnu.org; Fri, 03 Jul 2015 06:47:04 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 25AE1A37E3 for ; Fri, 3 Jul 2015 10:47:04 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 3 Jul 2015 12:46:58 +0200 Message-Id: <1435920420-25594-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.4 0/2] virtio-input: add input routing support, update multiseat docs. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Input queue pull request, with a small patch adding input routing support to virtio-input, and a docs update. please pull, Gerd The following changes since commit 6686ce3f1628f045035d58db8890d20705fd5c34: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2015-07-02 10:44:34 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150703-1 for you to fetch changes up to 496eacaa67653023540e090fb70b7caba429bbc0: update pci-bridge-seat section in docs/multiseat.txt (2015-07-03 12:21:11 +0200) ---------------------------------------------------------------- virtio-input: add input routing support, update multiseat docs. ---------------------------------------------------------------- Gerd Hoffmann (2): virtio-input: add input routing support update pci-bridge-seat section in docs/multiseat.txt docs/multiseat.txt | 26 ++++++++++++++++++++------ hw/input/virtio-input-hid.c | 11 +++++++++++ include/hw/virtio/virtio-input.h | 2 ++ 3 files changed, 33 insertions(+), 6 deletions(-)