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

2019-02-21 Thread Gerd Hoffmann
Hi, > This is the vdagent using installation like this: > > https://www.ovirt.org/develop/infra/testing/spice.html > > ie. vdservice install, net start vdservice? If the page says so, probably. I've tested the agent setup with linux only, where everything happens automatically, you only have

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

2019-02-21 Thread Alex Williamson
On Thu, 21 Feb 2019 08:38:50 +0100 Gerd Hoffmann wrote: > On Wed, Feb 20, 2019 at 02:54:35PM -0700, Alex Williamson wrote: > > On Wed, 20 Feb 2019 09:47:51 +0100 > > Gerd Hoffmann wrote: > > > > > This patch adds EDID support to the vfio display (aka vgpu) code. > > > When supported by the md

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

2019-02-20 Thread Gerd Hoffmann
On Wed, Feb 20, 2019 at 02:54:35PM -0700, Alex Williamson wrote: > On Wed, 20 Feb 2019 09:47:51 +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 ne

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

2019-02-20 Thread Alex Williamson
On Wed, 20 Feb 2019 09:47:51 +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 v2 1/3] vfio/display: add edid support.

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