From: Zhenyu Wang <zhenyuw@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: intel-gvt-dev@lists.freedesktop.org
Subject: [PATCH v6 0/3] Change KVMGT into self loadable module
Date: Fri, 7 Dec 2018 16:16:50 +0800 [thread overview]
Message-ID: <20181207081653.1216-1-zhenyuw@linux.intel.com> (raw)
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
next reply other threads:[~2018-12-07 8:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-07 8:16 Zhenyu Wang [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181207081653.1216-1-zhenyuw@linux.intel.com \
--to=zhenyuw@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-gvt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.