mbox series

[PULL,0/3] Fixes 20201104 patches

Message ID 20201104154645.15877-1-kraxel@redhat.com
Headers show
Series Fixes 20201104 patches | expand

Message

Gerd Hoffmann Nov. 4, 2020, 3:46 p.m. UTC
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

Comments

Peter Maydell Nov. 5, 2020, 11:10 a.m. UTC | #1
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