mbox

[PULL,0/7] Input 20180126 patches

Message ID 20180126091338.13708-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 26, 2018, 9:13 a.m. UTC
The following changes since commit 2077fef91d5eb8e3745a84fabd87a5ee7d2b535d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125' into staging (2018-01-25 17:04:47 +0000)

are available in the git repository at:

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

for you to fetch changes up to d0b610a55b81bdc485c877ef0466895fd40e8d6f:

  hw: convert virtio-input-hid device to keycodemapdb (2018-01-26 07:15:07 +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(-)

Comments

Peter Maydell Jan. 26, 2018, 2:24 p.m. UTC | #1
On 26 January 2018 at 09:13, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2077fef91d5eb8e3745a84fabd87a5ee7d2b535d:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125' into staging (2018-01-25 17:04:47 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20180126-pull-request
>
> for you to fetch changes up to d0b610a55b81bdc485c877ef0466895fd40e8d6f:
>
>   hw: convert virtio-input-hid device to keycodemapdb (2018-01-26 07:15:07 +0100)
>
> ----------------------------------------------------------------
> input: switch devices to keycodemapdb, bugfixes.
>
> ----------------------------------------------------------------

This has a bunch of merge conflicts in the keycode map stuff.
I could probably fix them up, but I'm just going to ask you
to rebase instead, please.

thanks
-- PMM