On 9/25/2018 11:53 PM, Alex Williamson wrote: > On Fri, 21 Sep 2018 10:30:11 +0200 > Gerd Hoffmann <kraxel@xxxxxxxxxx> wrote: > >> Update vfio api, adapt mbochs sample driver. >> >> v3: refine vfio region layout, improve documentation. >> v2: try vfio region approach. >> >> Gerd Hoffmann (2): >> vfio: add edid api for display (vgpu) devices. >> vfio: add edid support to mbochs sample driver >> >> include/uapi/linux/vfio.h | 50 +++++++++++++++++ >> samples/vfio-mdev/mbochs.c | 136 ++++++++++++++++++++++++++++++++++++++------- >> 2 files changed, 167 insertions(+), 19 deletions(-) >> > > This looks good to me, but I'm not clear if the discussion about pixel > clocks fully ran its course. Zhenyu, are you satisfied GVT-g can work > within this interface? Any comments from NVIDIA? Thanks, > As of now, default edid with basic modes is provided with NVIDIA driver, so don't have such requirement. As I understand, if VFIO_REGION_SUBTYPE_GFX_EDID region is not provided by vendor driver, console vnc should work as it is now. Thanks, Kirti