aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-04 09:09:13 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-04 09:09:13 +0000
commit8973872b3401a4948670008b28e77d597259877c (patch)
treef143b8b1b16a759c18b613fe74b3a39080a7f376 /tools/examples
parent3c29b3fd3ce2bb60ba5561f045cb4dce52ddaf98 (diff)
downloadxen-8973872b3401a4948670008b28e77d597259877c.tar.gz
xen-8973872b3401a4948670008b28e77d597259877c.tar.bz2
xen-8973872b3401a4948670008b28e77d597259877c.zip
VT-d, tools: Intel IGD passthrough 2/2: hvm config file example
Add an option into hvm config file to enable graphics passthrough including discrete and IGD. To passthrough graphics to guest, need to set gfx_passthru=1, and also specify graphics device BDF in pci passthrough option, like pci=['xx:xx.x'] in hvm config file. Signed-off-by: Weidong Han <weidong.han@intel.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.hvm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 5ff83f7bac..03f7e55ac6 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -344,6 +344,12 @@ tsc_mode=0
#
#pci_power_mgmt=0
+# Enable graphics passthrough:
+#
+# If it's set, and specify grapchis device BDF in pci passthrough option,
+# like pci=['xx:xx.x'], it enables graphics passthrough, default=0 (disabled)
+#gfx_passthru=0
+
#-----------------------------------------------------------------------------
# Configure PVSCSI devices:
#