Difference between revisions of "XenGT"

From Xen
m (What Information is Available?)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page is currently a placeholder for XenGT (aka GVT-v) project information, with pointers to information sources.
+
This page contains pointers for information about the XenGT project (now renamed "GVT-v for Xen").
   
 
== What is XenGT? ==
 
== What is XenGT? ==
Line 5: Line 5:
   
 
''A full (opensource!) GPU virtualization solution that allows virtualized guest operating systems to “own” a shared Intel GPU yet allows applications to run with near-native performance.''
 
''A full (opensource!) GPU virtualization solution that allows virtualized guest operating systems to “own” a shared Intel GPU yet allows applications to run with near-native performance.''
  +
  +
The XenGT effort is currently an out-of-tree effort by Intel developers. That is, the code supporting XenGT is not currently in Xen Project repositories, but Intel does make it available. Efforts at integrating XenGT into Xen Project are expected in 2015.
   
 
== What Information is Available? ==
 
== What Information is Available? ==
Line 12: Line 14:
 
* [https://www.youtube.com/watch?v=P5c7B9lk_Q0 Video Presentation from October 2013]
 
* [https://www.youtube.com/watch?v=P5c7B9lk_Q0 Video Presentation from October 2013]
 
* [http://www.techenablement.com/multios-gaming-media-and-opencl-using-xengt-virtual-machines-on-shared-intel-gpus/ Article on XenGT from December 2014] by Rob Farber
 
* [http://www.techenablement.com/multios-gaming-media-and-opencl-using-xengt-virtual-machines-on-shared-intel-gpus/ Article on XenGT from December 2014] by Rob Farber
  +
* [https://www.youtube.com/embed/9NA-WfEGZ90 Video About Intel's Work Virtualizing the GPU from January 2015]
  +
  +
== Where is the Code? ==
  +
Github repositories:
  +
  +
* [https://github.com/01org/XenGT-Preview-xen Xen Project patches]
  +
* [https://github.com/01org/XenGT-Preview-kernel.git Linux kernel patches]
  +
* [https://github.com/01org/XenGT-Preview-qemu.git QEMU patches]
   
 
[[Category:VGA]]
 
[[Category:VGA]]
  +
[[Category:Integration]]

Latest revision as of 00:13, 22 January 2015

This page contains pointers for information about the XenGT project (now renamed "GVT-v for Xen").

What is XenGT?

Rob Farber's answer:

A full (opensource!) GPU virtualization solution that allows virtualized guest operating systems to “own” a shared Intel GPU yet allows applications to run with near-native performance.

The XenGT effort is currently an out-of-tree effort by Intel developers. That is, the code supporting XenGT is not currently in Xen Project repositories, but Intel does make it available. Efforts at integrating XenGT into Xen Project are expected in 2015.

What Information is Available?

Where is the Code?

Github repositories: