[PULL 0/2] Vga 20200904 patches

Gerd Hoffmann posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200904112648.10259-1-kraxel@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
hw/display/cirrus_vga.c | 12 +++++++++---
hw/display/virtio-gpu.c |  5 ++++-
2 files changed, 13 insertions(+), 4 deletions(-)
[PULL 0/2] Vga 20200904 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit 67a7bfe560a1bba59efab085cb3430f45176d382:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-03' into staging (2020-09-03 16:58:25 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5fcf787582dd911df3a971718010bfca5a20e61d:

  cirrus: handle wraparound in cirrus_invalidate_region (2020-09-04 10:12:56 +0200)

----------------------------------------------------------------
vga: fixes for cirrus and virtio-gpu.

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

Gerd Hoffmann (1):
  cirrus: handle wraparound in cirrus_invalidate_region

Li Zhijian (1):
  virtio-gpu: fix unmap the already mapped items

 hw/display/cirrus_vga.c | 12 +++++++++---
 hw/display/virtio-gpu.c |  5 ++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

-- 
2.27.0



Re: [PULL 0/2] Vga 20200904 patches
Posted by Peter Maydell 3 years, 7 months ago
On Fri, 4 Sep 2020 at 12:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 67a7bfe560a1bba59efab085cb3430f45176d382:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-03' into staging (2020-09-03 16:58:25 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200904-pull-request
>
> for you to fetch changes up to 5fcf787582dd911df3a971718010bfca5a20e61d:
>
>   cirrus: handle wraparound in cirrus_invalidate_region (2020-09-04 10:12:56 +0200)
>
> ----------------------------------------------------------------
> vga: fixes for cirrus and virtio-gpu.
>

Applied, thanks.

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

-- PMM