[PULL 0/2] Vga 20200605 patches

Gerd Hoffmann posted 2 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200605112724.18622-1-kraxel@redhat.com
hw/display/ati.c        | 10 ++++++++--
hw/display/cirrus_vga.c |  6 +++---
2 files changed, 11 insertions(+), 5 deletions(-)
[PULL 0/2] Vga 20200605 patches
Posted by Gerd Hoffmann 3 years, 11 months ago
The following changes since commit 66234fee9c2d37bfbc523aa8d0ae5300a14cc10e:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200603' into staging (2020-06-04 11:38:48 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/vga-20200605-pull-request

for you to fetch changes up to ae3887e6f08c0031b669d4613987ee51df8f1769:

  hw/display/cirrus_vga: Fix code mis-indentation (2020-06-05 09:17:23 +0200)

----------------------------------------------------------------
vga: ati security fix, cirrus cleanup.

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

Philippe Mathieu-Daudé (1):
  hw/display/cirrus_vga: Fix code mis-indentation

Prasad J Pandit (1):
  ati-vga: check mm_index before recursive call (CVE-2020-13800)

 hw/display/ati.c        | 10 ++++++++--
 hw/display/cirrus_vga.c |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
2.18.4


Re: [PULL 0/2] Vga 20200605 patches
Posted by Peter Maydell 3 years, 11 months ago
On Fri, 5 Jun 2020 at 12:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 66234fee9c2d37bfbc523aa8d0ae5300a14cc10e:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200603' into staging (2020-06-04 11:38:48 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200605-pull-request
>
> for you to fetch changes up to ae3887e6f08c0031b669d4613987ee51df8f1769:
>
>   hw/display/cirrus_vga: Fix code mis-indentation (2020-06-05 09:17:23 +0200)
>
> ----------------------------------------------------------------
> vga: ati security fix, cirrus cleanup.
>


Applied, thanks.

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

-- PMM