All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Change KVMGT into self loadable module
@ 2018-12-07  8:16 Zhenyu Wang
  2018-12-07  8:16 ` [PATCH v6 1/3] drm/i915/gvt: mandatory require hypervisor's host_init Zhenyu Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Zhenyu Wang @ 2018-12-07  8:16 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-gvt-dev

This series try to change 'kvmgt' as self loadable module to enable
GVT feature for VFIO/mdev interface when user loads 'kvmgt' module,
instead of current method to load hypervisor module when i915/gvt
device model initializes.

Resend whole series for QA's jekins job.

v6:
- remove unused variable

Zhenyu Wang (3):
  drm/i915/gvt: mandatory require hypervisor's host_init
  drm/i915/gvt: remove unused parameter for hypervisor's host_exit call
  drm/i915/gvt: Change KVMGT as self load module

 drivers/gpu/drm/i915/Makefile        |   1 +
 drivers/gpu/drm/i915/gvt/Makefile    |   1 -
 drivers/gpu/drm/i915/gvt/gvt.c       | 108 +++++++++++----------------
 drivers/gpu/drm/i915/gvt/gvt.h       |   6 +-
 drivers/gpu/drm/i915/gvt/hypercall.h |   9 ++-
 drivers/gpu/drm/i915/gvt/kvmgt.c     |  18 ++++-
 drivers/gpu/drm/i915/gvt/mpt.h       |  13 ++--
 drivers/gpu/drm/i915/intel_gvt.c     |   9 ---
 8 files changed, 75 insertions(+), 90 deletions(-)

-- 
2.19.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-20 10:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07  8:16 [PATCH v6 0/3] Change KVMGT into self loadable module Zhenyu Wang
2018-12-07  8:16 ` [PATCH v6 1/3] drm/i915/gvt: mandatory require hypervisor's host_init Zhenyu Wang
2018-12-07  8:16 ` [PATCH v6 2/3] drm/i915/gvt: remove unused parameter for hypervisor's host_exit call Zhenyu Wang
2018-12-07  8:16 ` [PATCH v6 3/3] drm/i915/gvt: Change KVMGT as self load module Zhenyu Wang
2018-12-20 10:05   ` Joonas Lahtinen
2018-12-07  9:19 ` ✓ Fi.CI.BAT: success for Change KVMGT into self loadable module (rev4) Patchwork
2018-12-07 15:07 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.