[PULL 00/14] Input 20210526 patches

Gerd Hoffmann posted 14 patches 2 years, 11 months ago
Failed in applying to current master (apply log)
hw/core/machine.c     |   1 +
hw/input/pckbd.c      | 351 +++++++++++++++++++++++++++++++++---------
hw/input/ps2.c        |  22 ++-
hw/input/trace-events |   2 +-
4 files changed, 292 insertions(+), 84 deletions(-)
[PULL 00/14] Input 20210526 patches
Posted by Gerd Hoffmann 2 years, 11 months ago
The following changes since commit 92f8c6fef13b31ba222c4d20ad8afd2b79c4c28e:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525' into staging (2021-05-25 16:17:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 96376ab154cfb7a8f0b985e26db5b0074b86c2ee:

  hw/input/ps2: Use ps2_raise_irq() instead of open coding it (2021-05-26 11:33:49 +0200)

----------------------------------------------------------------
input: a bunch of ps2 fixes.

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

Daniel P. Berrangé (1):
  hw/input: expand trace info reported for ps2 device

Philippe Mathieu-Daudé (1):
  hw/input/ps2: Use ps2_raise_irq() instead of open coding it

Volker Rümelin (12):
  ps2: fix mouse stream corruption
  ps2: don't raise an interrupt if queue is full
  ps2: don't deassert irq twice if queue is empty
  pckbd: split out interrupt line changing code
  pckbd: don't update OBF flags if KBD_STAT_OBF is set
  pckbd: PS/2 keyboard throttle
  pckbd: add state variable for interrupt source
  pckbd: add controller response queue
  pckbd: add function kbd_pending()
  pckbd: correctly disable PS/2 communication
  pckbd: remove duplicated keyboard and mouse defines
  pckbd: clear outport_present in outer pre_load()

 hw/core/machine.c     |   1 +
 hw/input/pckbd.c      | 351 +++++++++++++++++++++++++++++++++---------
 hw/input/ps2.c        |  22 ++-
 hw/input/trace-events |   2 +-
 4 files changed, 292 insertions(+), 84 deletions(-)

-- 
2.31.1



Re: [PULL 00/14] Input 20210526 patches
Posted by Peter Maydell 2 years, 11 months ago
On Wed, 26 May 2021 at 15:09, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 92f8c6fef13b31ba222c4d20ad8afd2b79c4c28e:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525' into staging (2021-05-25 16:17:06 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20210526-pull-request
>
> for you to fetch changes up to 96376ab154cfb7a8f0b985e26db5b0074b86c2ee:
>
>   hw/input/ps2: Use ps2_raise_irq() instead of open coding it (2021-05-26 11:33:49 +0200)
>
> ----------------------------------------------------------------
> input: a bunch of ps2 fixes.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM