Files
linux/drivers
Jike Song f440c8a572 drm/i915/gvt/kvmgt: read/write GPA via KVM API
Previously to read/write a GPA, we at first try to pin the GFN it belongs
to, then translate the pinned PFN to a kernel HVA, then read/write it.
This is however not necessary. A GFN should be pinned IFF it would be
accessed by peripheral devices (DMA), not by CPU. This patch changes
the read/write method to KVM API, which will leverage userspace HVA
and copy_{from|to}_usr instead.

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
..
2016-11-29 17:35:14 +02:00
2016-11-18 12:07:56 +01:00
2016-12-02 09:31:50 +01:00
2016-09-27 12:33:47 +02:00
2016-11-16 12:39:57 -07:00
2016-12-12 18:55:07 -08:00
2016-11-29 16:43:24 +01:00
2016-11-01 09:04:04 -06:00
2016-11-18 16:13:41 -07:00
2016-12-09 21:23:22 +01:00