Skip to content
Snippets Groups Projects
Commit bb157911 authored by Cornelia Huck's avatar Cornelia Huck Committed by Peter Maydell
Browse files

compat: disable edid on virtio-gpu base device


'edid' is a property of the virtio-gpu base device, so turning
it off on virtio-gpu-pci is not enough (it misses -ccw). Turn
it off on the base device instead.

Fixes: 0a719662 ("edid: flip the default to enabled")
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
Reviewed-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Message-id: 20190806115819.16026-1-cohuck@redhat.com
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent df1a7c99
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ GlobalProperty hw_compat_4_0[] = {
{ "secondary-vga", "edid", "false" },
{ "bochs-display", "edid", "false" },
{ "virtio-vga", "edid", "false" },
{ "virtio-gpu-pci", "edid", "false" },
{ "virtio-gpu", "edid", "false" },
{ "virtio-device", "use-started", "false" },
{ "virtio-balloon-device", "qemu-4-0-config-size", "true" },
{ "pl031", "migrate-tick-offset", "false" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment