[Qemu-devel] [PULL 0/2] Input 20180515 patches

Gerd Hoffmann posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180515094332.4907-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
include/hw/input/ps2.h |   5 ++
hw/input/ps2.c         | 135 ++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 111 insertions(+), 29 deletions(-)
[Qemu-devel] [PULL 0/2] Input 20180515 patches
Posted by Gerd Hoffmann 7 years, 5 months ago
The following changes since commit fbd3a489df9953e2a5d017c922f3c103b2426952:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into staging (2018-05-14 18:53:42 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7abe7eb29494b4e4a11ec99ae5623083409a2f1e:

  ps2: Fix mouse stream corruption due to lost data (2018-05-15 11:31:33 +0200)

----------------------------------------------------------------
input: ps2 fixes.

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

Geoffrey McRae (2):
  ps2: Clear the PS/2 queue and obey disable
  ps2: Fix mouse stream corruption due to lost data

 include/hw/input/ps2.h |   5 ++
 hw/input/ps2.c         | 135 ++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 111 insertions(+), 29 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Input 20180515 patches
Posted by Peter Maydell 7 years, 5 months ago
On 15 May 2018 at 10:43, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit fbd3a489df9953e2a5d017c922f3c103b2426952:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into staging (2018-05-14 18:53:42 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20180515-pull-request
>
> for you to fetch changes up to 7abe7eb29494b4e4a11ec99ae5623083409a2f1e:
>
>   ps2: Fix mouse stream corruption due to lost data (2018-05-15 11:31:33 +0200)
>
> ----------------------------------------------------------------
> input: ps2 fixes.
>
> ----------------------------------------------------------------
>
> Geoffrey McRae (2):
>   ps2: Clear the PS/2 queue and obey disable
>   ps2: Fix mouse stream corruption due to lost data
>
>  include/hw/input/ps2.h |   5 ++
>  hw/input/ps2.c         | 135 ++++++++++++++++++++++++++++++++++++++-----------
>  2 files changed, 111 insertions(+), 29 deletions(-)
>

Applied, thanks.

-- PMM