Re: [Xen-devel] [PATCH] docs: fix iommu_inclusive_mapping documentation

2017-04-24 Thread Julien Grall
Hi Jan, On 21/04/17 17:01, Jan Beulich wrote: On 21.04.17 at 16:36, wrote: --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -1083,7 +1083,7 @@ wait descriptor timed out', try increasing this value. ### iommu\_inclusive\_mapping (VT-d) > `= ` -> Default:

Re: [Xen-devel] [PATCH] docs: fix iommu_inclusive_mapping documentation

2017-04-21 Thread Roger Pau Monne
On Fri, Apr 21, 2017 at 10:01:36AM -0600, Jan Beulich wrote: > >>> On 21.04.17 at 16:36, wrote: > > --- a/docs/misc/xen-command-line.markdown > > +++ b/docs/misc/xen-command-line.markdown > > @@ -1083,7 +1083,7 @@ wait descriptor timed out', try increasing this value. > > ### iommu\_inclusive\_ma

Re: [Xen-devel] [PATCH] docs: fix iommu_inclusive_mapping documentation

2017-04-21 Thread Jan Beulich
>>> On 21.04.17 at 16:36, wrote: > --- a/docs/misc/xen-command-line.markdown > +++ b/docs/misc/xen-command-line.markdown > @@ -1083,7 +1083,7 @@ wait descriptor timed out', try increasing this value. > ### iommu\_inclusive\_mapping (VT-d) > > `= ` > > -> Default: `false` > +> Default: `true` >

[Xen-devel] [PATCH] docs: fix iommu_inclusive_mapping documentation

2017-04-21 Thread Roger Pau Monne
iommu_inclusive_mapping is enabled by default (and has been for a long time). Signed-off-by: Roger Pau Monné --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Konrad Rzeszutek Wilk Cc: Stefano Stabellini Cc: Tim Deegan Cc: Wei Liu --- docs/misc/xen-command-line.