]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: kbase/launch_security_sev: QEMU 6.0+ sets iommu=on for us
authorCole Robinson <crobinso@redhat.com>
Sat, 11 Jun 2022 16:42:34 +0000 (12:42 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 13 Jun 2022 13:12:35 +0000 (09:12 -0400)
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
docs/kbase/launch_security_sev.rst

index 3ebb01ad8028fe756824248f15ff1c48134f34a7..51b3e14dbfe6e929ffbb60cc766ef23827593866 100644 (file)
@@ -295,6 +295,8 @@ In order to make virtio devices work, we need to use
 ``<driver iommu='on'/>`` inside the given device XML element in order
 to enable DMA API in the virtio driver.
 
+Starting with QEMU 6.0.0 QEMU will set this for us by default. For earlier versions though, you will need to explicitly enable this in the device XML as follows:
+
 ::
 
    # virsh edit <domain>