compat: disable edid on correct virtio-gpu device
commit02501fc39381c4dabaf6becdd12c2a4754c3847c
authorCornelia Huck <cohuck@redhat.com>
Wed, 18 Mar 2020 09:39:19 +0000 (18 10:39 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 20 Mar 2020 06:50:52 +0000 (20 07:50 +0100)
treea210dbd98b17fe7166be3958b130d27cafa7c9a0
parente6d567db23219fe9979f16d74e13f27145f07f84
compat: disable edid on correct virtio-gpu device

Commit bb15791166c1 ("compat: disable edid on virtio-gpu base
device") tried to disable 'edid' on the virtio-gpu base device.
However, that device is not 'virtio-gpu', but 'virtio-gpu-device'.
Fix it.

Fixes: bb15791166c1 ("compat: disable edid on virtio-gpu base device")
Reported-by: Lukáš Doktor <ldoktor@redhat.com>
Tested-by: Lukáš Doktor <ldoktor@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Message-id: 20200318093919.24942-1-cohuck@redhat.com
Cc: qemu-stable@nongnu.org
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/core/machine.c