[PULL 00/11] Ui 20210115 patches

Gerd Hoffmann posted 11 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210115102424.1360437-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
include/ui/gtk.h |   3 +-
ui/vnc.h         |  15 +++++
ui/gtk-egl.c     |   3 +
ui/gtk.c         |  25 ++++----
ui/vnc.c         | 147 ++++++++++++++++++++++++++++++++++++++++++-----
qemu-options.hx  |   4 ++
6 files changed, 169 insertions(+), 28 deletions(-)
[PULL 00/11] Ui 20210115 patches
Posted by Gerd Hoffmann 3 years, 3 months ago
The following changes since commit 45240eed4f064576d589ea60ebadf3c11d7ab891:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' int=
o staging (2021-01-13 14:19:24 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 763deea7e906321f8ba048c359f168f60d51c14e:

  vnc: add support for extended desktop resize (2021-01-15 11:22:43 +0100)

----------------------------------------------------------------
ui/gtk: refresh rate fixes.
ui/vnc: add support for desktop resize and power contol.
ui/vnc: misc bugfixes.

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

Alex Chen (1):
  vnc: Fix a memleak in vnc_display_connect()

Daniel P. Berrang=C3=A9 (1):
  ui: add support for remote power control to VNC server

Gerd Hoffmann (3):
  vnc: move check into vnc_cursor_define
  vnc: move initialization to framebuffer_update_request
  vnc: add support for extended desktop resize

Nikola Pavlica (2):
  ui/gtk: expose gd_monitor_update_interval
  ui/gtk: update monitor interval on egl displays

Volker R=C3=BCmelin (3):
  ui/gtk: don't try to redefine SI prefixes
  ui/gtk: rename variable window to widget
  ui/gtk: limit virtual console max update interval

Zihao Chang (1):
  vnc: fix unfinalized tlscreds for VncDisplay

 include/ui/gtk.h |   3 +-
 ui/vnc.h         |  15 +++++
 ui/gtk-egl.c     |   3 +
 ui/gtk.c         |  25 ++++----
 ui/vnc.c         | 147 ++++++++++++++++++++++++++++++++++++++++++-----
 qemu-options.hx  |   4 ++
 6 files changed, 169 insertions(+), 28 deletions(-)

--=20
2.29.2



Re: [PULL 00/11] Ui 20210115 patches
Posted by Peter Maydell 3 years, 3 months ago
On Fri, 15 Jan 2021 at 10:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 45240eed4f064576d589ea60ebadf3c11d7ab891:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' int=
> o staging (2021-01-13 14:19:24 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20210115-pull-request
>
> for you to fetch changes up to 763deea7e906321f8ba048c359f168f60d51c14e:
>
>   vnc: add support for extended desktop resize (2021-01-15 11:22:43 +0100)
>
> ----------------------------------------------------------------
> ui/gtk: refresh rate fixes.
> ui/vnc: add support for desktop resize and power contol.
> ui/vnc: misc bugfixes.


Applied, thanks.

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

-- PMM