Re: [Qemu-devel] [PATCH] display/virtio: add edid support.

2019-02-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190221081054.13853-1-kra...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190221081054.13853-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH] display/virtio: add edid support

[Qemu-devel] [PATCH] display/virtio: add edid support.

2019-02-21 Thread Gerd Hoffmann
This patch adds EDID support to the family of virtio-gpu devices. It is turned off by default, use the new edid property to enable it. Signed-off-by: Gerd Hoffmann --- include/hw/virtio/virtio-gpu.h | 5 + hw/display/virtio-gpu-3d.c | 3 +++ hw/display/virtio-gpu.c| 43 +++