Go to file
Jike Song 659643f7d8 drm/i915/gvt/kvmgt: add vfio/mdev support to KVMGT
KVMGT leverages vfio/mdev to mediate device accesses from guest,
this patch adds the vfio/mdev support, thereby completes the
functionality. An intel_vgpu is presented as a mdev device,
and full userspace API compatibility with vfio-pci is kept.
An intel_vgpu_ops is provided to mdev framework, methods get
called to create/remove a vgpu, to open/close it, and to
access it.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Xiaoguang Chen <xiaoguang.chen@intel.com>
Signed-off-by: Jike Song <jike.song@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2016-12-16 16:55:26 +08:00
Documentation Main pull request for drm for 4.10 kernel 2016-12-13 09:35:09 -08:00
arch Main pull request for drm for 4.10 kernel 2016-12-13 09:35:09 -08:00
block
certs
crypto
drivers drm/i915/gvt/kvmgt: add vfio/mdev support to KVMGT 2016-12-16 16:55:26 +08:00
firmware
fs Improvements and fixes to pstore subsystem: 2016-12-13 09:16:11 -08:00
include Main pull request for drm for 4.10 kernel 2016-12-13 09:35:09 -08:00
init These are the documentation changes for 4.10. 2016-12-12 21:58:13 -08:00
ipc
kernel Improvements and fixes to pstore subsystem: 2016-12-13 09:16:11 -08:00
lib These are the documentation changes for 4.10. 2016-12-12 21:58:13 -08:00
mm Merge branch 'akpm' (patches from Andrew) 2016-12-12 20:50:02 -08:00
net
samples VFIO updates for v4.10-rc1 2016-12-13 09:23:56 -08:00
scripts These are the documentation changes for 4.10. 2016-12-12 21:58:13 -08:00
security
sound Main pull request for drm for 4.10 kernel 2016-12-13 09:35:09 -08:00
tools LED updates for 4.10 merge cycle. 2016-12-13 08:01:19 -08:00
usr
virt VFIO updates for v4.10-rc1 2016-12-13 09:23:56 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Main pull request for drm for 4.10 kernel 2016-12-13 09:35:09 -08:00
Makefile
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.