]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: document intel-only IOMMU attributes
authorJán Tomko <jtomko@redhat.com>
Wed, 19 Mar 2025 00:55:02 +0000 (01:55 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 24 Jun 2025 10:14:04 +0000 (12:14 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/formatdomain.rst

index ae054a52b3c263a87c8fc54d4841c35e79ce99f3..0ba31cfaa693d83c819bd83ef2528ea09e5a6671 100644 (file)
@@ -9076,14 +9076,15 @@ Example:
    ``caching_mode``
       The ``caching_mode`` attribute with possible values ``on`` and ``off`` can
       be used to turn on the VT-d caching mode (useful for assigned devices).
-      :since:`Since 3.4.0` (QEMU/KVM only)
+      :since:`Since 3.4.0` (QEMU/KVM and ``intel`` model only)
 
    ``eim``
       The ``eim`` attribute (with possible values ``on`` and ``off``) can be
       used to configure Extended Interrupt Mode. A q35 domain with split I/O
       APIC (as described in `Hypervisor features`_), and
       both interrupt remapping and EIM turned on for the IOMMU, will be able to
-      use more than 255 vCPUs. :since:`Since 3.4.0` (QEMU/KVM only)
+      use more than 255 vCPUs. :since:`Since 3.4.0` (QEMU/KVM and ``intel`` model
+      only)
 
    ``iotlb``
       The ``iotlb`` attribute with possible values ``on`` and ``off`` can be
@@ -9093,14 +9094,14 @@ Example:
    ``aw_bits``
       The ``aw_bits`` attribute can be used to set the address width to allow
       mapping larger iova addresses in the guest. :since:`Since 6.5.0` (QEMU/KVM
-      only)
+      and ``intel`` model only)
 
    ``dma_translation``
       The ``dma_translation`` attribute with possible values ``on`` and ``off`` can
       be used to turn off the dma translation for IOMMU. It is useful when only
       interrupt remapping is required but dma translation overhead is unwanted, for
       example to efficiently enable more than 255 vCPUs.
-      :since:`Since 10.7.0` (QEMU/KVM only)
+      :since:`Since 10.7.0` (QEMU/KVM and ``intel`` model only)
 
 The ``virtio`` IOMMU devices can further have ``address`` element as described
 in `Device addresses`_ (address has to by type of ``pci``).