[PULL 0/3] Input 20210910 patches

Gerd Hoffmann posted 3 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210910102300.3589982-1-kraxel@redhat.com
hw/input/ps2.c | 214 ++++++++++++++++++++++++++++++-------------------
1 file changed, 133 insertions(+), 81 deletions(-)
[PULL 0/3] Input 20210910 patches
Posted by Gerd Hoffmann 2 years, 7 months ago
The following changes since commit bd662023e683850c085e98c8ff8297142c2dd9f2:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20210908' into staging (2021-09-08 11:06:17 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4e9bddcbaa74e2463f0a79350fea5311c9890982:

  ps2: migration support for command reply queue (2021-09-10 07:32:32 +0200)

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

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

Volker Rümelin (3):
  ps2: use the whole ps2 buffer but keep queue size
  ps2: use a separate keyboard command reply queue
  ps2: migration support for command reply queue

 hw/input/ps2.c | 214 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 133 insertions(+), 81 deletions(-)

-- 
2.31.1



Re: [PULL 0/3] Input 20210910 patches
Posted by Peter Maydell 2 years, 7 months ago
On Fri, 10 Sept 2021 at 11:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit bd662023e683850c085e98c8ff8297142c2dd9f2:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20210908' into staging (2021-09-08 11:06:17 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20210910-pull-request
>
> for you to fetch changes up to 4e9bddcbaa74e2463f0a79350fea5311c9890982:
>
>   ps2: migration support for command reply queue (2021-09-10 07:32:32 +0200)
>
> ----------------------------------------------------------------
> input: ps2 fixes.
>


Applied, thanks.

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

-- PMM