On Wed, 31 Jan 2018 13:12:12 +0100 Gerd Hoffmann <kra...@redhat.com> wrote:
> This series adds support for a vgpu display to the qemu vfio code. > For now only regions are supported, dmabufs will follow later. > > The vfio API update is done, queued in drm-next, should land in the > upstream kernel during the 4.16 merge window. So the 4.16-rc1 kernel > header sync should bring the header changes needed for this series. > > Patch #1 of this series has the vfio.h updates too, for testing > convinience, but I don't plan to include that patch in the final > patch submission. > > plese test and review, Hi Gerd, The vfio bits look reasonable to me, it'd be nice if we could operate on the VFIODevice rather than VFIOPCIDevice to make this universal for all vfio devices, but that's just a nit since non-PCI graphics devices may never come to fruition. As for testing, region support was included for NVIDIA, dmabuf for Intel... is this testing request mainly for the Kirti and others at NVIDIA? Thanks, Alex