mbox

[PULL,0/2] Vga 20200904 patches

Message ID 20200904112648.10259-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Sept. 4, 2020, 11:26 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 7, 2020, 2:30 p.m. UTC | #1
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