[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [RFC PATCH 06/21] xen/domctl: Add XEN_DOMCTL_CONFIG_VIOMMU_* and viommu config param
Hi Rahul, On 01/12/2022 17:02, Rahul Singh wrote: > > > Add new viommu_type field and field values XEN_DOMCTL_CONFIG_VIOMMU_NONE > XEN_DOMCTL_CONFIG_VIOMMU_SMMUV3 in xen_arch_domainconfig to > enable/disable vIOMMU support for domains. > > Also add viommu="N" parameter to xl domain configuration to enable the > vIOMMU for the domains. Currently, only the "smmuv3" type is supported > for ARM. > > Signed-off-by: Rahul Singh <rahul.singh@xxxxxxx> > --- > docs/man/xl.cfg.5.pod.in | 11 +++++++++++ > tools/golang/xenlight/helpers.gen.go | 2 ++ > tools/golang/xenlight/types.gen.go | 1 + > tools/include/libxl.h | 5 +++++ > tools/libs/light/libxl_arm.c | 13 +++++++++++++ > tools/libs/light/libxl_types.idl | 6 ++++++ > tools/xl/xl_parse.c | 9 +++++++++ > 7 files changed, 47 insertions(+) > > diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in > index ec444fb2ba..5854d777ed 100644 > --- a/docs/man/xl.cfg.5.pod.in > +++ b/docs/man/xl.cfg.5.pod.in > @@ -2870,6 +2870,17 @@ Currently, only the "sbsa_uart" model is supported for > ARM. > > =back > > +=item B<viommu="N"> > + > +To enable viommu, user must specify the following option in the VM > +config file: > + > +viommu = "smmuv3" > + > +Currently, only the "smmuv3" type is supported for ARM. > + > +=back You need to remove this "=back" or the one before your new section, because currently the build of docs fails with error: man/xl.cfg.5.pod around line 2873: '=item' outside of any '=over' ~Michal
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |