[PULL 0/1] Vga 20200320 patches

Gerd Hoffmann posted 1 patch 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200320072547.19003-1-kraxel@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Vga 20200320 patches
Posted by Gerd Hoffmann 4 years, 1 month ago
The following changes since commit e6d567db23219fe9979f16d74e13f27145f07f84:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2020-03-19 15:31:09 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 02501fc39381c4dabaf6becdd12c2a4754c3847c:

  compat: disable edid on correct virtio-gpu device (2020-03-20 07:50:52 +0100)

----------------------------------------------------------------
vga: edid compat fix for virtio-gpu

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

Cornelia Huck (1):
  compat: disable edid on correct virtio-gpu device

 hw/core/machine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.2


Re: [PULL 0/1] Vga 20200320 patches
Posted by Peter Maydell 4 years, 1 month ago
On Fri, 20 Mar 2020 at 07:27, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e6d567db23219fe9979f16d74e13f27145f07f84:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2020-03-19 15:31:09 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200320-pull-request
>
> for you to fetch changes up to 02501fc39381c4dabaf6becdd12c2a4754c3847c:
>
>   compat: disable edid on correct virtio-gpu device (2020-03-20 07:50:52 +0100)
>
> ----------------------------------------------------------------
> vga: edid compat fix for virtio-gpu
>
> ----------------------------------------------------------------
>
> Cornelia Huck (1):
>   compat: disable edid on correct virtio-gpu device
>
>  hw/core/machine.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Applied, thanks.

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

-- PMM