summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMenno Lageman <menno.lageman@oracle.com>2020-07-07 09:55:53 +0200
committerCole Robinson <crobinso@redhat.com>2020-07-12 09:15:52 -0400
commit25419db9caf0e45578e98d85af096fab52a3c7cc (patch)
treef73293d69804213208590c6d9ed8aa09be4d55bb /.github
parent4eb7834c6e20360af02fb52da594c338112b542c (diff)
downloadvirt-manager-25419db9caf0e45578e98d85af096fab52a3c7cc.tar.gz
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>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions