docs: Improve documentation and parsing for iommu=
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 27 Dec 2018 18:40:19 +0000 (18:40 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 21 Jan 2019 18:11:34 +0000 (18:11 +0000)
commit8ed20a7119ea1fc0542c83685ee58de5f7e205c1
tree5b7271ea86311367dd1388db1851de9804d0706a
parent3914f12727a53c677fbde68a25f6a5c46d1029fb
docs: Improve documentation and parsing for iommu=

Update parse_iommu_param() to uniformly use parse_boolean(), so the sub
booleans behave like other Xen boolean options.  Reposition the
custom_param() to avoid a forward declaration of parse_iommu_param().

Rewrite the command line documentation almost from scratch, including
far more detail.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
docs/misc/xen-command-line.pandoc
xen/drivers/passthrough/iommu.c