aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-02-20 18:09:52 +0000
committerOlaf Hering <olaf@aepfle.de>2012-02-20 18:09:52 +0000
commit84211d0d9ce2f16ecacdabc5fa0e0cfbf180ae51 (patch)
tree9c39ba2bf5d4d8acc232d910d4aa55b3891536e5
parent5ff9ae9094a6b3ee833699738f299a35037a468d (diff)
downloadxen-84211d0d9ce2f16ecacdabc5fa0e0cfbf180ae51.tar.gz
xen-84211d0d9ce2f16ecacdabc5fa0e0cfbf180ae51.tar.bz2
xen-84211d0d9ce2f16ecacdabc5fa0e0cfbf180ae51.zip
xl.cfg: fix gfx_passthru string
Use correct string for gfx_passthru, and fix comment typo in xmexample.hvm Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--docs/man/xl.cfg.pod.52
-rw-r--r--tools/examples/xmexample.hvm2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 8f171b4e3c..85ac880015 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -820,7 +820,7 @@ certainly belong in a more appropriate section.
=over 4
-=item B<gfx_passthrough=BOOLEAN>
+=item B<gfx_passthru=BOOLEAN>
Enable graphics device PCI passthrough. XXX which device is passed through ?
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 03f7e55ac6..96b6cc44bb 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -346,7 +346,7 @@ tsc_mode=0
# Enable graphics passthrough:
#
-# If it's set, and specify grapchis device BDF in pci passthrough option,
+# If it's set, and specify graphics device BDF in pci passthrough option,
# like pci=['xx:xx.x'], it enables graphics passthrough, default=0 (disabled)
#gfx_passthru=0