Re: [Qemu-devel] [PATCH v3 1/3] vfio/display: add edid support.

2019-03-11 Thread Gerd Hoffmann
Hi, > Liam and I both found some difficulty with the cleverness of the > macros, so for the sake of better maintainability, I'd like to propose > rolling in the following patch, including Liam's trace format fix. It's > not as compact as your version, but I think it's equivalent, it's easier >

Re: [Qemu-devel] [PATCH v3 1/3] vfio/display: add edid support.

2019-03-08 Thread Alex Williamson
On Fri, 22 Feb 2019 11:09:06 + Liam Merwick wrote: > On 22/02/2019 05:49, 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

Re: [Qemu-devel] [PATCH v3 1/3] vfio/display: add edid support.

2019-02-22 Thread Liam Merwick
On 22/02/2019 05:49, 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. window resize), so the

[Qemu-devel] [PATCH v3 1/3] vfio/display: add edid support.

2019-02-21 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