Re: [libvirt] [PATCH 1/2] conf: add eim attribute to

2017-05-24 Thread Andrea Bolognani
On Thu, 2017-05-18 at 11:09 +0200, Ján Tomko wrote: > Add an attribute to control extended interrupt mode. >  > https://bugzilla.redhat.com/show_bug.cgi?id=1451282 [...] > @@ -7436,6 +7436,16 @@ qemu-kvm -net nic,model=? /dev/null >Since 3.4.0 (QEMU/KVM only) >   > 

Re: [libvirt] [PATCH 1/2] conf: add eim attribute to

2017-05-24 Thread Andrea Bolognani
On Thu, 2017-05-18 at 11:09 +0200, Ján Tomko wrote: > Add an attribute to control extended interrupt mode. >  > https://bugzilla.redhat.com/show_bug.cgi?id=1451282 [...] > @@ -14184,6 +14184,14 @@ virDomainIOMMUDefParseXML(xmlNodePtr node, >  } >  iommu->caching_mode = val; >  

[libvirt] [PATCH 1/2] conf: add eim attribute to

2017-05-18 Thread Ján Tomko
Add an attribute to control extended interrupt mode. https://bugzilla.redhat.com/show_bug.cgi?id=1451282 --- docs/formatdomain.html.in | 10 +++ docs/schemas/domaincommon.rng | 5 src/conf/domain_conf.c | 20