[PULL 0/1] Input 20200921 patches

Gerd Hoffmann posted 1 patch 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200921110929.7410-1-kraxel@redhat.com
include/hw/input/tsc2xxx.h | 8 +++++++-
include/ui/console.h       | 8 --------
2 files changed, 7 insertions(+), 9 deletions(-)
[PULL 0/1] Input 20200921 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit 053a4177817db307ec854356e95b5b350800a216:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' i=
nto staging (2020-09-18 16:34:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 38b01a997e6678b4ba86ab12a78a39b7d94ee7d0:

  hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure (2020-09-21 =
11:22:34 +0200)

----------------------------------------------------------------
input: tsc2xxx fix.

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

Philippe Mathieu-Daud=C3=A9 (1):
  hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure

 include/hw/input/tsc2xxx.h | 8 +++++++-
 include/ui/console.h       | 8 --------
 2 files changed, 7 insertions(+), 9 deletions(-)

--=20
2.27.0



Re: [PULL 0/1] Input 20200921 patches
Posted by Peter Maydell 3 years, 7 months ago
On Mon, 21 Sep 2020 at 12:09, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 053a4177817db307ec854356e95b5b350800a216:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' i=
> nto staging (2020-09-18 16:34:26 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20200921-pull-request
>
> for you to fetch changes up to 38b01a997e6678b4ba86ab12a78a39b7d94ee7d0:
>
>   hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure (2020-09-21 =
> 11:22:34 +0200)
>
> ----------------------------------------------------------------
> input: tsc2xxx fix.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM