From: Michal Privoznik Date: Mon, 4 Jul 2022 09:10:09 +0000 (+0200) Subject: docs: Document
for IOMMU device X-Git-Tag: v8.6.0-rc1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92678703ce687e65baaca29ebac715ce0c65a09e;p=thirdparty%2Flibvirt.git docs: Document
for IOMMU device The commit v8.3.0-rc1~199 introduced
to device. And while it updated the RNG it forgot to update the docs. Fix that. Fixes: b0eb1e193f5db033d0fbbf91ff71a121066ad77c Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 62a94890f0..a4e3c39928 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -8083,6 +8083,9 @@ Example: mapping larger iova addresses in the guest. :since:`Since 6.5.0` (QEMU/KVM only) +The ``virtio`` IOMMU devices can further have ``address`` element as described +in `Device addresses`_ (address has to by type of ``pci``). + Vsock ~~~~~