virt-manager/virtinst/devices
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
..
__init__.py virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
char.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
controller.py devices: controller: Add get_attached_devices 2020-01-27 13:08:12 -05:00
device.py virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
disk.py po: Fix message format warnings printed from xgettext 2020-07-11 19:18:38 -04:00
filesystem.py Remove Author lines from file headers 2019-01-08 11:45:35 -05:00
graphics.py cli: kill --graphics keymap=local, and hostkeymap module 2020-01-24 17:04:29 -05:00
hostdev.py virtinst: Add a lot of test code coverage 2019-06-09 18:59:50 -04:00
input.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
interface.py devices: interface: Rename is_conflict_net -> check_mac_in_use 2020-07-06 10:17:10 -04:00
iommu.py virtinst: add support for configuring the IOMMU 2020-07-12 09:15:52 -04:00
memballoon.py cli: Fix add --memballoon stats.period 2019-05-29 14:03:14 -04:00
memory.py Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
panic.py virtinst: Add a lot of test code coverage 2019-06-09 18:59:50 -04:00
redirdev.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
rng.py rng: add builtin rng backend model 2020-04-21 13:05:42 -04:00
smartcard.py cli: --smartcard: support database= and certificate[0-9]*= 2019-05-14 11:57:50 -04:00
sound.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
tpm.py tpm.py: make MODEL_SPAPR the default when running in ppc64 2020-07-04 17:56:57 -04:00
video.py video: Prefer "bochs" when it's supported. 2019-10-04 11:17:10 -04:00
vsock.py Remove Author lines from files 2019-01-15 13:55:53 -05:00
watchdog.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00