[PULL 0/6] Vga 20210723 patches

Gerd Hoffmann posted 6 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210723055448.1032115-1-kraxel@redhat.com
hw/display/qxl.h               |  1 -
include/hw/virtio/virtio-gpu.h |  1 +
hw/display/qxl.c               | 35 +++-------------------------------
hw/display/virtio-gpu-gl.c     | 27 +++++++++++++++-----------
hw/display/virtio-gpu-virgl.c  |  8 ++++++--
hw/display/virtio-gpu.c        | 26 ++++++++++---------------
softmmu/vl.c                   |  1 +
7 files changed, 37 insertions(+), 62 deletions(-)
[PULL 0/6] Vga 20210723 patches
Posted by Gerd Hoffmann 2 years, 9 months ago
The following changes since commit e77c8b8b8e933414ef07dbed04e02973fccffeb0:

  Update version for v6.1.0-rc0 release (2021-07-21 17:10:15 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8a13b9bc0f283caff4333c75bc396a963f47ce5c:

  hw/display: fix virgl reset regression (2021-07-22 15:46:54 +0200)

----------------------------------------------------------------
vga: fixes for qxl and virtio-gpu

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

Gerd Hoffmann (2):
  qxl: remove assert in qxl_pre_save.
  Revert "qxl: add migration blocker to avoid pre-save assert"

Marc-André Lureau (3):
  hw/display: fail early when multiple virgl devices are requested
  vl: add virtio-vga-gl to the default_list
  hw/display: fix virgl reset regression

Philippe Mathieu-Daudé (1):
  hw/display/virtio-gpu: Fix memory leak (CID 1453811)

 hw/display/qxl.h               |  1 -
 include/hw/virtio/virtio-gpu.h |  1 +
 hw/display/qxl.c               | 35 +++-------------------------------
 hw/display/virtio-gpu-gl.c     | 27 +++++++++++++++-----------
 hw/display/virtio-gpu-virgl.c  |  8 ++++++--
 hw/display/virtio-gpu.c        | 26 ++++++++++---------------
 softmmu/vl.c                   |  1 +
 7 files changed, 37 insertions(+), 62 deletions(-)

-- 
2.31.1



Re: [PULL 0/6] Vga 20210723 patches
Posted by Peter Maydell 2 years, 9 months ago
On Fri, 23 Jul 2021 at 06:57, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e77c8b8b8e933414ef07dbed04e02973fccffeb0:
>
>   Update version for v6.1.0-rc0 release (2021-07-21 17:10:15 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20210723-pull-request
>
> for you to fetch changes up to 8a13b9bc0f283caff4333c75bc396a963f47ce5c:
>
>   hw/display: fix virgl reset regression (2021-07-22 15:46:54 +0200)
>
> ----------------------------------------------------------------
> vga: fixes for qxl and virtio-gpu
>


Applied, thanks.

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

-- PMM