Re: [libvirt] [PATCHv3 5/6] conf: add caching attribute to iommu device

2017-04-28 Thread John Ferlan
On 04/26/2017 04:29 AM, Ján Tomko wrote: > Add a new attribute to control the caching mode. > > https://bugzilla.redhat.com/show_bug.cgi?id=1427005 > --- > docs/formatdomain.html.in | 9 > docs/schemas/domaincommon.rng | 5 +++ >

Re: [libvirt] [PATCHv3 5/6] conf: add caching attribute to iommu device

2017-04-26 Thread Peter Xu
On Wed, Apr 26, 2017 at 10:29:06AM +0200, Ján Tomko wrote: > Add a new attribute to control the caching mode. I don't know the detailed changes below, but... I feel like using the full term "caching-mode" might be slightly better, since "caching" is a too general name used everywhere, and that

[libvirt] [PATCHv3 5/6] conf: add caching attribute to iommu device

2017-04-26 Thread Ján Tomko
Add a new attribute to control the caching mode. https://bugzilla.redhat.com/show_bug.cgi?id=1427005 --- docs/formatdomain.html.in | 9 docs/schemas/domaincommon.rng | 5 +++ src/conf/domain_conf.c | 24 +--