[Intel-gfx] [PATCH 0/3] Fix I915_GVT dependency
Zhenyu Wang
zhenyuw at linux.intel.com
Tue May 11 08:33:29 UTC 2021
This is to fix I915_GVT dependency mess to move all vfio/dev handling
into kvmgt module, so gvt device model core won't need to depend on vfio/mdev.
Currently apply against linus master with merge from vfio tree. This targets
for 5.13 fix.
thanks
Zhenyu Wang (3):
drm/i915/gvt: Move mdev attribute groups into kvmgt module
Revert "vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEV"
Revert "vfio/gvt: Make DRM_I915_GVT depend on VFIO_MDEV"
drivers/gpu/drm/i915/Kconfig | 1 -
drivers/gpu/drm/i915/gvt/gvt.c | 124 +------------------------
drivers/gpu/drm/i915/gvt/gvt.h | 3 -
drivers/gpu/drm/i915/gvt/hypercall.h | 2 +-
drivers/gpu/drm/i915/gvt/kvmgt.c | 129 +++++++++++++++++++++++++--
drivers/gpu/drm/i915/gvt/mpt.h | 4 +-
6 files changed, 126 insertions(+), 137 deletions(-)
--
2.31.0
More information about the Intel-gfx
mailing list