[Qemu-devel] [PULL 0/7] Input 20180129 v2 patches

Gerd Hoffmann posted 7 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180129102320.21534-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
Makefile                    |   6 +-
include/ui/input.h          |  18 +-
hw/char/escc.c              | 126 +------------
hw/input/ps2.c              | 427 ++------------------------------------------
hw/input/virtio-input-hid.c | 144 ++-------------
ui/input-keymap.c           |   6 +-
6 files changed, 61 insertions(+), 666 deletions(-)
[Qemu-devel] [PULL 0/7] Input 20180129 v2 patches
Posted by Gerd Hoffmann 6 years, 2 months ago
The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/input-20180129-v2-pull-request

for you to fetch changes up to ae6b06ab655b21c19b234ce3422f694d11a013e0:

  hw: convert virtio-input-hid device to keycodemapdb (2018-01-29 09:35:44 +0100)

----------------------------------------------------------------
input: switch devices to keycodemapdb, bugfixes.

----------------------------------------------------------------

Daniel P. Berrange (4):
  hw: convert ps2 device to keycodemapdb
  hw: convert the escc device to keycodemapdb
  ui: fix alphabetical ordering of keymaps
  hw: convert virtio-input-hid device to keycodemapdb

Miika S (2):
  input: add mouse side buttons to virtio input
  input: virtio: don't send mouse wheel event twice

Prasad J Pandit (1):
  ps2: check PS2Queue pointers in post_load routine

 Makefile                    |   6 +-
 include/ui/input.h          |  18 +-
 hw/char/escc.c              | 126 +------------
 hw/input/ps2.c              | 427 ++------------------------------------------
 hw/input/virtio-input-hid.c | 144 ++-------------
 ui/input-keymap.c           |   6 +-
 6 files changed, 61 insertions(+), 666 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/7] Input 20180129 v2 patches
Posted by Peter Maydell 6 years, 2 months ago
On 29 January 2018 at 10:23, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:
>
>   Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20180129-v2-pull-request
>
> for you to fetch changes up to ae6b06ab655b21c19b234ce3422f694d11a013e0:
>
>   hw: convert virtio-input-hid device to keycodemapdb (2018-01-29 09:35:44 +0100)
>
> ----------------------------------------------------------------
> input: switch devices to keycodemapdb, bugfixes.
>

Applied, thanks.

-- PMM