xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: fix iommu_inclusive_mapping documentation
@ 2017-04-21 14:36 Roger Pau Monne
  2017-04-21 16:01 ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Roger Pau Monne @ 2017-04-21 14:36 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Ian Jackson, Tim Deegan, Jan Beulich, Roger Pau Monne

iommu_inclusive_mapping is enabled by default (and has been for a long time).

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
---
 docs/misc/xen-command-line.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index 450b222734..cab2742b2e 100644
--- 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)
 > `= <boolean>`
 
-> Default: `false`
+> Default: `true`
 
 Use this to work around firmware issues providing correct RMRR entries. Rather
 than only mapping RAM pages for IOMMU accesses for Dom0, with this option all
-- 
2.11.0 (Apple Git-81)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix iommu_inclusive_mapping documentation
  2017-04-21 14:36 [PATCH] docs: fix iommu_inclusive_mapping documentation Roger Pau Monne
@ 2017-04-21 16:01 ` Jan Beulich
  2017-04-21 16:13   ` Roger Pau Monne
  2017-04-24 11:34   ` Julien Grall
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Beulich @ 2017-04-21 16:01 UTC (permalink / raw)
  To: Roger Pau Monne
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	IanJackson, Tim Deegan, Julien Grall, xen-devel

>>> On 21.04.17 at 16:36, <roger.pau@citrix.com> 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)
>  > `= <boolean>`
>  
> -> Default: `false`
> +> Default: `true`
>  
>  Use this to work around firmware issues providing correct RMRR entries. Rather

I think we should also take the opportunity and replace "correct" with
"incorrect" above. Easily doable while committing. Any reason you
didn't Cc Julien? A doc change like this should be quite fine for 4.9.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix iommu_inclusive_mapping documentation
  2017-04-21 16:01 ` Jan Beulich
@ 2017-04-21 16:13   ` Roger Pau Monne
  2017-04-24 11:34   ` Julien Grall
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Pau Monne @ 2017-04-21 16:13 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	IanJackson, Tim Deegan, Julien Grall, xen-devel

On Fri, Apr 21, 2017 at 10:01:36AM -0600, Jan Beulich wrote:
> >>> On 21.04.17 at 16:36, <roger.pau@citrix.com> 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)
> >  > `= <boolean>`
> >  
> > -> Default: `false`
> > +> Default: `true`
> >  
> >  Use this to work around firmware issues providing correct RMRR entries. Rather
> 
> I think we should also take the opportunity and replace "correct" with
> "incorrect" above. Easily doable while committing. Any reason you
> didn't Cc Julien? A doc change like this should be quite fine for 4.9.

Yes, please change the correct -> incorrect.

I wasn't really sure if the doc or the code should be changed (I was quite sure
it was the docs) and didn't want to bother Julien with that until we settled on
what to do. I see that you have Cced him now, thanks.

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix iommu_inclusive_mapping documentation
  2017-04-21 16:01 ` Jan Beulich
  2017-04-21 16:13   ` Roger Pau Monne
@ 2017-04-24 11:34   ` Julien Grall
  1 sibling, 0 replies; 4+ messages in thread
From: Julien Grall @ 2017-04-24 11:34 UTC (permalink / raw)
  To: Jan Beulich, Roger Pau Monne
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	IanJackson, Tim Deegan, xen-devel

Hi Jan,

On 21/04/17 17:01, Jan Beulich wrote:
>>>> On 21.04.17 at 16:36, <roger.pau@citrix.com> 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)
>>  > `= <boolean>`
>>
>> -> Default: `false`
>> +> Default: `true`
>>
>>  Use this to work around firmware issues providing correct RMRR entries. Rather
>
> I think we should also take the opportunity and replace "correct" with
> "incorrect" above. Easily doable while committing. Any reason you
> didn't Cc Julien? A doc change like this should be quite fine for 4.9.

I am happy to see documentation change applied to staging without a 
release-ack.

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-24 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21 14:36 [PATCH] docs: fix iommu_inclusive_mapping documentation Roger Pau Monne
2017-04-21 16:01 ` Jan Beulich
2017-04-21 16:13   ` Roger Pau Monne
2017-04-24 11:34   ` Julien Grall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).