virt-manager/virtinst
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
..
devices virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
domain domain: cpu: Finish test coverage 2020-01-27 13:08:12 -05:00
install po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
__init__.py virtManager: Remove virInterface polling 2020-01-26 11:39:34 -05:00
buildconfig.py tests: Rename all test files to have test_ prefix 2020-01-27 06:57:37 -05:00
capabilities.py tests: More work to make dir search test host independent 2020-01-30 16:18:20 -05:00
cli.py virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
cloner.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
connection.py Fix pylint with latest pylint version 2020-03-30 16:04:12 -04:00
diskbackend.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
domcapabilities.py virtinst: trivial codespell fixes 2020-07-04 17:56:57 -04:00
generatename.py generatename: Move libvirt collision handling to callers 2019-06-11 17:54:45 -04:00
guest.py virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
logger.py tests: abide logging options for clitests 2019-12-11 17:57:28 -05:00
network.py hostnets: Remove SR-IOV info listing 2019-06-16 23:48:51 -04:00
nodedev.py Switch to more traditional logging structure 2019-06-17 00:12:31 -04:00
osdict.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
pollhelpers.py tests: Add full coverage for pollhelpers and VirtinstConnection 2020-01-27 06:57:37 -05:00
progress.py virtinst/progress.py: change 'fo' to make codespell happy 2020-07-04 17:56:57 -04:00
snapshot.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
storage.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
support.py virtManager: Remove virInterface polling 2020-01-26 11:39:34 -05:00
uri.py virtinst: uri: Rework MagicURI to work with passed in fakeuri 2020-02-03 07:05:11 -05:00
virtclone.py cli: Skip MAC collision error with --check mac_in_use= 2020-07-06 10:17:10 -04:00
virtinstall.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
virtxml.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
xmlapi.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
xmlbuilder.py setup: Use xgettext --add-comments=translators 2020-07-11 19:18:38 -04:00
xmlutil.py virtinst: Add full test coverage for xml*.py files 2019-06-09 19:00:03 -04:00