XenGT: Difference between revisions
From Xen
Jump to navigationJump to search
Rcpavlicek (talk | contribs) No edit summary |
Rcpavlicek (talk | contribs) |
||
Line 14: | 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 |
||
== 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]] |
Revision as of 16:21, 20 January 2015
This page is currently a placeholder for XenGT (aka GVT-v) project information, with pointers to information sources.
What is XenGT?
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?
- XenGT Architecture
- XenGT Setup Guide from Sept 2013
- XenGT slides from March 2014
- Video Presentation from October 2013
- Article on XenGT from December 2014 by Rob Farber
Where is the Code?
Github repositories: