mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
conf: add passthrough and xtsup attributes for IOMMU
For the newly supported AMD device. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
@@ -9104,6 +9104,14 @@ Example:
|
||||
example to efficiently enable more than 255 vCPUs.
|
||||
:since:`Since 10.7.0` (QEMU/KVM and ``intel`` model only)
|
||||
|
||||
``passthrough``
|
||||
Enable passthrough. In this mode, DMA read/writes are not translated.
|
||||
:since:`Since 11.5.0` (QEMU/KVM and ``amd`` model only)
|
||||
|
||||
``xtsup``
|
||||
Enable x2APIC mode. Useful for higher number of guest CPUs.
|
||||
:since:`Since 11.5.0` (QEMU/KVM and ``amd`` model only)
|
||||
|
||||
The ``virtio`` IOMMU devices can further have ``address`` element as described
|
||||
in `Device addresses`_ (address has to by type of ``pci``).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user