]> xenbits.xensource.com Git - libvirt.git/commit
Introduce <iommu> device
authorJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2016 14:28:22 +0000 (16:28 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 12 Jul 2016 10:36:13 +0000 (12:36 +0200)
commitea0ed35d6efcba9e79c76d7b57959f553b76224a
tree25ad40352e9315401d4f557128ca586bc8ac586c
parent4808ebdef61e4c03ccfa310be2914e9d42ce63d9
Introduce <iommu> device

A device with an attribute 'model', with just one model
so far:

<devices>
  ...
  <iommu model='intel'/>
</devices>

https://bugzilla.redhat.com/show_bug.cgi?id=1235580
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
tests/qemuxml2argvdata/qemuxml2argv-intel-iommu.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-intel-iommu.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c