[PULL 0/3] Ui 20210127 patches

Gerd Hoffmann posted 3 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/20210127110113.2111855-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vmware_vga.c |  3 +--
ui/vnc.c                | 14 ++++++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
[PULL 0/3] Ui 20210127 patches
Posted by Gerd Hoffmann 3 years, 3 months ago
The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25=
-1' into staging (2021-01-26 09:51:02 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 15b08119add1e49ccbc7f7d6b3a04932d2430d7e:

  hw/display/vmware_vga: Remove dependency on VNC header (2021-01-27 09:48:04=
 +0100)

----------------------------------------------------------------
vnc: fix gtk-vnc compatibility issues.
vnc: vmware svga cleanup

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

Gerd Hoffmann (2):
  Revert "vnc: move initialization to framebuffer_update_request"
  vnc: send extended desktop resize on update requests

Peter Maydell (1):
  hw/display/vmware_vga: Remove dependency on VNC header

 hw/display/vmware_vga.c |  3 +--
 ui/vnc.c                | 14 ++++++++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

--=20
2.29.2



Re: [PULL 0/3] Ui 20210127 patches
Posted by Peter Maydell 3 years, 3 months ago
On Wed, 27 Jan 2021 at 11:06, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25=
> -1' into staging (2021-01-26 09:51:02 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20210127-pull-request
>
> for you to fetch changes up to 15b08119add1e49ccbc7f7d6b3a04932d2430d7e:
>
>   hw/display/vmware_vga: Remove dependency on VNC header (2021-01-27 09:48:04=
>  +0100)
>
> ----------------------------------------------------------------
> vnc: fix gtk-vnc compatibility issues.
> vnc: vmware svga cleanup
>


Applied, thanks.

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

-- PMM