From 5bce815d5d998383dd46a39dad9d46492aa6524f Mon Sep 17 00:00:00 2001 From: Matthew Fioravante Date: Fri, 5 Oct 2012 15:12:04 +0100 Subject: xl/libxl: add iomem support This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante Reviewed-by: George Dunlap Acked-by: Ian Campbell Committed-by: Ian Campbell --- docs/man/xl.cfg.pod.5 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/man') diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d735..428da21f94 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g. C<2f8-2ff> It is recommended to use this option only for trusted VMs under administrator control. +=item B + +Allow guest to access specific hardware I/O memory pages. B +is a physical page number. B is the number +of pages beginning with B to allow access. Both values +must be given in hexadecimal. + +It is recommended to use this option only for trusted VMs under +administrator control. + + =item B Allow a guest to access specific physical IRQs. -- cgit v1.2.3