[Qemu-devel] [PULL 0/4] Vga 20171017 patches

Gerd Hoffmann posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171017082502.7885-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cirrus_vga.c |  6 ++----
hw/display/vga.c        | 33 +++++++++++++++++++++++----------
2 files changed, 25 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/4] Vga 20171017 patches
Posted by Gerd Hoffmann 6 years, 6 months ago
The following changes since commit c5bbcaa4b7c0f8a322bebe9ec563560178a68b55:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-10-16 17:29:16 +0100)

are available in the git repository at:

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

for you to fetch changes up to eb38e1bc3740725ca29a535351de94107ec58d51:

  cirrus: fix oob access in mode4and5 write functions (2017-10-17 09:59:00 +0200)

----------------------------------------------------------------
cirrus: bugfixes, with some vga cleanups.

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

Gerd Hoffmann (4):
  vga: drop line_offset variable
  vga: handle cirrus vbe mode wraparounds.
  vga: add ram_addr_t cast
  cirrus: fix oob access in mode4and5 write functions

 hw/display/cirrus_vga.c |  6 ++----
 hw/display/vga.c        | 33 +++++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 14 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Vga 20171017 patches
Posted by Peter Maydell 6 years, 6 months ago
On 17 October 2017 at 09:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit c5bbcaa4b7c0f8a322bebe9ec563560178a68b55:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-10-16 17:29:16 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20171017-pull-request
>
> for you to fetch changes up to eb38e1bc3740725ca29a535351de94107ec58d51:
>
>   cirrus: fix oob access in mode4and5 write functions (2017-10-17 09:59:00 +0200)
>
> ----------------------------------------------------------------
> cirrus: bugfixes, with some vga cleanups.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (4):
>   vga: drop line_offset variable
>   vga: handle cirrus vbe mode wraparounds.
>   vga: add ram_addr_t cast
>   cirrus: fix oob access in mode4and5 write functions
>

Applied, thanks.

-- PMM