[PULL 0/4] Ui 20200904 patches

Gerd Hoffmann posted 4 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200904070112.7315-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk-gl-area.c   | 11 ++++++++++
ui/gtk.c           | 52 +++++++++++++++++++++++-----------------------
ui/spice-input.c   |  2 ++
ui/vnc-auth-sasl.c |  1 +
4 files changed, 40 insertions(+), 26 deletions(-)
[PULL 0/4] Ui 20200904 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit 67a7bfe560a1bba59efab085cb3430f45176d382:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09=
-03' into staging (2020-09-03 16:58:25 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20200904-pull-request

for you to fetch changes up to dc26435edb469ebdadf298dc3945b95d08f743d4:

  ui/gtk: Update refresh interval after widget is realized (2020-09-04 07:32:=
28 +0200)

----------------------------------------------------------------
ui: memleak fixes.
gtk: refresh interval fix.
spice: add mouse buttons.

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

Frediano Ziglio (1):
  ui: Add more mouse buttons to SPICE

Pan Nengyuan (2):
  ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()
  vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string

Philippe Mathieu-Daud=C3=A9 (1):
  ui/gtk: Update refresh interval after widget is realized

 ui/gtk-gl-area.c   | 11 ++++++++++
 ui/gtk.c           | 52 +++++++++++++++++++++++-----------------------
 ui/spice-input.c   |  2 ++
 ui/vnc-auth-sasl.c |  1 +
 4 files changed, 40 insertions(+), 26 deletions(-)

--=20
2.27.0



Re: [PULL 0/4] Ui 20200904 patches
Posted by Peter Maydell 3 years, 7 months ago
On Fri, 4 Sep 2020 at 08:04, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 67a7bfe560a1bba59efab085cb3430f45176d382:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09=
> -03' into staging (2020-09-03 16:58:25 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20200904-pull-request
>
> for you to fetch changes up to dc26435edb469ebdadf298dc3945b95d08f743d4:
>
>   ui/gtk: Update refresh interval after widget is realized (2020-09-04 07:32:=
> 28 +0200)
>
> ----------------------------------------------------------------
> ui: memleak fixes.
> gtk: refresh interval fix.
> spice: add mouse buttons.
>


Applied, thanks.

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

-- PMM