virt-manager/man
Menno Lageman 25419db9ca virtinst: add support for configuring the IOMMU
Add a --iommu option to configure IOMMU parameters as described in
https://libvirt.org/formatdomain.html#elementsIommu

E.g. 'virt-install --iommu model=intel,driver.aw_bits=48,driver.iotlb=on ...'
will generate the following domain XML:

  <devices>
    <iommu model="intel">
      <driver aw_bits="48" iotlb="on"/>
    </iommu>
  </devices>

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Menno Lageman <menno.lageman@oracle.com>
2020-07-12 09:15:52 -04:00
..
virt-clone.pod cloner: Drop ability to clone a paused VM 2020-01-29 18:34:38 -05:00
virt-install.pod virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
virt-manager.pod Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
virt-xml.pod man: Document the --keywrap option 2019-07-28 18:11:04 -04:00