From 92678703ce687e65baaca29ebac715ce0c65a09e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 4 Jul 2022 11:10:09 +0200 Subject: [PATCH] docs: Document
for IOMMU device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/formatdomain.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ~~~~~