From e607606e18bba930d714b4c118cc567e3849d051 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 20 Feb 2012 18:09:52 +0000 Subject: [PATCH] xl.cfg: fix gfx_passthru string Use correct string for gfx_passthru, and fix comment typo in xmexample.hvm Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- docs/man/xl.cfg.pod.5 | 2 +- tools/examples/xmexample.hvm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 8f171b4e3..85ac88001 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 +=item B Enable graphics device PCI passthrough. XXX which device is passed through ? diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm index 03f7e55ac..96b6cc44b 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 -- 2.39.5