From 0f4af23ede2e0a9a9baa62c407cd8f774a724af1 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 13 May 2022 10:31:37 +0200 Subject: [PATCH] docs: formatdomain: Remove 'elementsIommu' anchor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/formatdomain.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 2dec27b0b1..cd3dcca1cb 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3572,7 +3572,7 @@ QEMU's virtio devices have some attributes related to the virtio transport under the ``driver`` element: The ``iommu`` attribute enables the use of emulated IOMMU by the device. The attribute ``ats`` controls the Address Translation Service support for PCIe devices. This is needed to make use of IOTLB support -(see `IOMMU device <#elementsIommu>`__). Possible values are ``on`` or ``off``. +(see `IOMMU devices`_). Possible values are ``on`` or ``off``. :since:`Since 3.5.0` The attribute ``packed`` controls if QEMU should try to use packed virtqueues. @@ -7969,7 +7969,6 @@ Example: usage of the memory devices element is formatted into live XML and never parsed, i.e. it is output-only element. -:anchor:`` IOMMU devices ~~~~~~~~~~~~~