[Qemu-devel] [PULL 0/2] input patch queue

Gerd Hoffmann posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487591031-28991-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
Makefile.objs            |   1 +
backends/Makefile.objs   |   2 +-
backends/trace-events    |  10 ++
backends/wctablet.c      | 369 +++++++++++++++++++++++++++++++++++++++++++++++
chardev/char.c           |   1 +
docs/qdev-device-use.txt |   2 +-
include/hw/input/ps2.h   |   4 +-
qapi-schema.json         |   3 +-
8 files changed, 387 insertions(+), 5 deletions(-)
create mode 100644 backends/trace-events
create mode 100644 backends/wctablet.c
[Qemu-devel] [PULL 0/2] input patch queue
Posted by Gerd Hoffmann 7 years, 1 month ago
  Hi,

Here is the input patch queue, fixing a ps/2 bug and finally merging the
wctablet (2016 gsoc project).

please pull,
  Gerd

The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)

are available in the git repository at:


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

for you to fetch changes up to 378af96155d62d90c876ee5e7648803247f1d864:

  Add wctablet device (2017-02-20 11:26:28 +0100)

----------------------------------------------------------------
input: add wctablet, ps2 fix

----------------------------------------------------------------
Anatoli Huseu1 (1):
      Add wctablet device

Fabian Lesniak (1):
      ps2: fix mouse mappings for right/middle button

 Makefile.objs            |   1 +
 backends/Makefile.objs   |   2 +-
 backends/trace-events    |  10 ++
 backends/wctablet.c      | 369 +++++++++++++++++++++++++++++++++++++++++++++++
 chardev/char.c           |   1 +
 docs/qdev-device-use.txt |   2 +-
 include/hw/input/ps2.h   |   4 +-
 qapi-schema.json         |   3 +-
 8 files changed, 387 insertions(+), 5 deletions(-)
 create mode 100644 backends/trace-events
 create mode 100644 backends/wctablet.c

Re: [Qemu-devel] [PULL 0/2] input patch queue
Posted by Peter Maydell 7 years, 1 month ago
On 20 February 2017 at 11:43, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the input patch queue, fixing a ps/2 bug and finally merging the
> wctablet (2016 gsoc project).
>
> please pull,
>   Gerd
>
> The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-input-20170220-1
>
> for you to fetch changes up to 378af96155d62d90c876ee5e7648803247f1d864:
>
>   Add wctablet device (2017-02-20 11:26:28 +0100)
>
> ----------------------------------------------------------------
> input: add wctablet, ps2 fix
>
> ----------------------------------------------------------------
> Anatoli Huseu1 (1):
>       Add wctablet device
>
> Fabian Lesniak (1):
>       ps2: fix mouse mappings for right/middle button

Applied, thanks.

-- PMM