Re: [Qemu-devel] [PATCH 2/5] vfio/display: add edid support.

2019-01-17 Thread Alex Williamson
On Fri, 11 Jan 2019 10:31:13 +0100 Gerd Hoffmann wrote: > This patch adds EDID support to the vfio display (aka vgpu) code. > When supported by the mdev driver qemu will generate a EDID blob > and pass it on using the new vfio edid region. The EDID blob will > be updated on UI changes (i.e. wind

[Qemu-devel] [PATCH 2/5] vfio/display: add edid support.

2019-01-11 Thread Gerd Hoffmann
This patch adds EDID support to the vfio display (aka vgpu) code. When supported by the mdev driver qemu will generate a EDID blob and pass it on using the new vfio edid region. The EDID blob will be updated on UI changes (i.e. window resize), so the guest can adapt. Signed-off-by: Gerd Hoffmann