[PULL 0/3] Fixes 20201104 patches

Gerd Hoffmann posted 3 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201104154645.15877-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/ati_2d.c    | 10 ++++++----
ui/vnc-auth-sasl.c     |  3 ++-
ui/vnc-auth-vencrypt.c |  3 ++-
ui/vnc-jobs.c          |  3 ++-
ui/vnc-ws.c            | 20 ++++++++++++++++----
ui/vnc.c               | 24 ++++++++++++++++++------
roms/Makefile          |  2 +-
7 files changed, 47 insertions(+), 18 deletions(-)
[PULL 0/3] Fixes 20201104 patches
Posted by Gerd Hoffmann 5 years ago
The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:

  Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20201104-pull-request

for you to fetch changes up to 577b808b0974fa4af53131cdfece6e9de3c6e4fd:

  roms/Makefile: Add qboot to .PHONY list (2020-11-04 08:25:17 +0100)

----------------------------------------------------------------
misc bugfixes for 5.2

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

Bruce Rogers (1):
  roms/Makefile: Add qboot to .PHONY list

Ding Hui (1):
  vnc: fix resource leak when websocket channel error

Prasad J Pandit (1):
  ati: check x y display parameter values

 hw/display/ati_2d.c    | 10 ++++++----
 ui/vnc-auth-sasl.c     |  3 ++-
 ui/vnc-auth-vencrypt.c |  3 ++-
 ui/vnc-jobs.c          |  3 ++-
 ui/vnc-ws.c            | 20 ++++++++++++++++----
 ui/vnc.c               | 24 ++++++++++++++++++------
 roms/Makefile          |  2 +-
 7 files changed, 47 insertions(+), 18 deletions(-)

-- 
2.27.0



Re: [PULL 0/3] Fixes 20201104 patches
Posted by Peter Maydell 5 years ago
On Wed, 4 Nov 2020 at 15:49, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:
>
>   Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20201104-pull-request
>
> for you to fetch changes up to 577b808b0974fa4af53131cdfece6e9de3c6e4fd:
>
>   roms/Makefile: Add qboot to .PHONY list (2020-11-04 08:25:17 +0100)
>
> ----------------------------------------------------------------
> misc bugfixes for 5.2
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM