[PULL 00/11] Ui 20210316 patches

Gerd Hoffmann posted 11 patches 3 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
ui/vnc.h                   |  1 +
ui/console-gl.c            | 19 +++++++---
ui/console.c               | 14 ++------
ui/spice-core.c            | 32 +++++++++++++++--
ui/vnc-jobs.c              | 44 ++++++++++++++++++++---
ui/vnc.c                   | 71 +++++++++++++++++++++++++++++++++-----
docs/system/deprecated.rst |  8 +++++
qemu-options.hx            | 18 ++++++++--
ui/cocoa.m                 | 46 ++++++++++++++++++++++--
ui/trace-events            | 16 +++++++++
10 files changed, 234 insertions(+), 35 deletions(-)
[PULL 00/11] Ui 20210316 patches
Posted by Gerd Hoffmann 3 years, 1 month ago
The following changes since commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-=
request' into staging (2021-03-14 17:47:49 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ad7f2f8ee9fbded410fbf77158b0065f8e2f08e3:

  ui/cocoa: Comment about modifier key input quirks (2021-03-16 06:36:45 +010=
0)

----------------------------------------------------------------
vnc+spice: password-secret option.
bugfixes for cocoa, vnc, opengl.

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

Akihiko Odaki (3):
  opengl: Do not convert format with glTexImage2D on OpenGL ES
  ui/cocoa: Do not exit immediately after shutdown
  ui/cocoa: Comment about modifier key input quirks

Daniel P. Berrang=C3=A9 (7):
  ui: introduce "password-secret" option for VNC servers
  ui: introduce "password-secret" option for SPICE server
  ui: deprecate "password" option for SPICE server
  ui: add more trace points for VNC client/server messages
  ui: avoid sending framebuffer updates outside client desktop bounds
  ui: use client width/height in WMVi message
  ui: honour the actual guest display dimensions without rounding

Marc-Andr=C3=A9 Lureau (1):
  ui: fold qemu_alloc_display in only caller

 ui/vnc.h                   |  1 +
 ui/console-gl.c            | 19 +++++++---
 ui/console.c               | 14 ++------
 ui/spice-core.c            | 32 +++++++++++++++--
 ui/vnc-jobs.c              | 44 ++++++++++++++++++++---
 ui/vnc.c                   | 71 +++++++++++++++++++++++++++++++++-----
 docs/system/deprecated.rst |  8 +++++
 qemu-options.hx            | 18 ++++++++--
 ui/cocoa.m                 | 46 ++++++++++++++++++++++--
 ui/trace-events            | 16 +++++++++
 10 files changed, 234 insertions(+), 35 deletions(-)

--=20
2.29.2


Re: [PULL 00/11] Ui 20210316 patches
Posted by Peter Maydell 3 years, 1 month ago
On Tue, 16 Mar 2021 at 05:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-=
> request' into staging (2021-03-14 17:47:49 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20210316-pull-request
>
> for you to fetch changes up to ad7f2f8ee9fbded410fbf77158b0065f8e2f08e3:
>
>   ui/cocoa: Comment about modifier key input quirks (2021-03-16 06:36:45 +010=
> 0)
>
> ----------------------------------------------------------------
> vnc+spice: password-secret option.
> bugfixes for cocoa, vnc, opengl.
>


Applied, thanks.

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

-- PMM