mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
25419db9ca
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> |
||
---|---|---|
.. | ||
data | ||
uitests | ||
__init__.py | ||
magicuri.py | ||
test_capabilities.py | ||
test_checkprops.py | ||
test_cli.py | ||
test_cloner.py | ||
test_conn.py | ||
test_dist.py | ||
test_inject.py | ||
test_nodedev.py | ||
test_osdict.py | ||
test_storage.py | ||
test_uriparse.py | ||
test_urls.py | ||
test_xmlconfig.py | ||
test_xmlparse.py | ||
testdriver.xml | ||
testsuite.xml | ||
urlfetcher_mock.py | ||
utils.py |