[PULL 0/3] Vga 20210615 patches

Gerd Hoffmann posted 3 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210615174025.3409518-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
contrib/vhost-user-gpu/vhost-user-gpu.c |  2 +-
hw/display/vga.c                        |  3 ++-
hw/display/virtio-gpu.c                 | 20 ++++++++++++++------
3 files changed, 17 insertions(+), 8 deletions(-)
[PULL 0/3] Vga 20210615 patches
Posted by Gerd Hoffmann 2 years, 10 months ago
The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2:

  Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4fa7b4cc500e1fbd8c11e65548b7713db81e75ff:

  virtio-gpu: move scanout_id sanity check (2021-06-15 07:16:56 +0200)

----------------------------------------------------------------
vga: fixes for stdvga, vhost-user-gpu and virtio-gpu.

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

Dennis Wölfing (1):
  vga: Allow writing VBE_DISPI_ID5 to ID register

Gerd Hoffmann (2):
  vhost-user-gpu: reorder free calls.
  virtio-gpu: move scanout_id sanity check

 contrib/vhost-user-gpu/vhost-user-gpu.c |  2 +-
 hw/display/vga.c                        |  3 ++-
 hw/display/virtio-gpu.c                 | 20 ++++++++++++++------
 3 files changed, 17 insertions(+), 8 deletions(-)

-- 
2.31.1



Re: [PULL 0/3] Vga 20210615 patches
Posted by Peter Maydell 2 years, 10 months ago
On Tue, 15 Jun 2021 at 18:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2:
>
>   Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20210615-pull-request
>
> for you to fetch changes up to 4fa7b4cc500e1fbd8c11e65548b7713db81e75ff:
>
>   virtio-gpu: move scanout_id sanity check (2021-06-15 07:16:56 +0200)
>
> ----------------------------------------------------------------
> vga: fixes for stdvga, vhost-user-gpu and virtio-gpu.
>
> ----------------------------------------------------------------
>
> Dennis Wölfing (1):
>   vga: Allow writing VBE_DISPI_ID5 to ID register
>
> Gerd Hoffmann (2):
>   vhost-user-gpu: reorder free calls.
>   virtio-gpu: move scanout_id sanity check


Applied, thanks.

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

-- PMM