mbox

[PULL,for-2.4,0/2] virtio-input: add input routing support, update multiseat docs.

Message ID 1435920420-25594-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-input-20150703-1

Message

Gerd Hoffmann July 3, 2015, 10:46 a.m. UTC
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(-)

Comments

Peter Maydell July 3, 2015, 12:30 p.m. UTC | #1
On 3 July 2015 at 11:46, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM