[PATCH v3 0/2] drm/i915/gvt: Add opregion support

Tina Zhang tina.zhang at intel.com
Mon Nov 20 07:31:14 UTC 2017


This patch set is going to enable the opregion in KVMGT/VFIO. Previously,
the opregion is only supported by XenGT. The first patch in this patch set
is used to move the initialization of the per-vGPU's opregion to vgpu_create,
so that this created virtual opregion can be also used by KVMGT/VFIO.

Tina Zhang (1):
  drm/i915/gvt: Add opregion support

Xiong Zhang (1):
  drm/i915/gvt: Alloc and Init guest opregion at vgpu creation

 drivers/gpu/drm/i915/gvt/cfg_space.c |   3 +-
 drivers/gpu/drm/i915/gvt/gvt.h       |   5 +-
 drivers/gpu/drm/i915/gvt/hypercall.h |   1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c     | 108 +++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/gvt/mpt.h       |  15 ++++
 drivers/gpu/drm/i915/gvt/opregion.c  | 132 ++++++++++++++++++++++-------------
 drivers/gpu/drm/i915/gvt/vgpu.c      |  12 +++-
 7 files changed, 221 insertions(+), 55 deletions(-)

-- 
2.7.4



More information about the intel-gvt-dev mailing list