[libvirt PATCH] NEWS: document new AMD IOMMU device

Ján Tomko via Devel posted 1 patch 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/fb8176f693650329e1cf5e53a42fdeb8980a48a8.1751291131.git.jtomko@redhat.com
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[libvirt PATCH] NEWS: document new AMD IOMMU device
Posted by Ján Tomko via Devel 5 months, 2 weeks ago
From: Ján Tomko <jtomko@redhat.com>

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Applies on top of Peter's NEWS patch

 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 3ffdceda81..fd2d68a600 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -45,6 +45,12 @@ v11.5.0 (unreleased)
     with CA certificate(s) that will be used for remote peer certificate
     validation.
 
+  * qemu: add support for AMD IOMMU device
+
+    The ``amd`` model for the ``<iommu>`` device is now supported.
+    New attributes ``passtrhough`` and ``xtsup`` are also supported for this
+    model.
+
 * **Improvements**
 
   * Include supported console types in domain capabilities
-- 
2.49.0
Re: [libvirt PATCH] NEWS: document new AMD IOMMU device
Posted by Peter Krempa via Devel 5 months, 2 weeks ago
On Mon, Jun 30, 2025 at 15:45:31 +0200, Ján Tomko via Devel wrote:
> From: Ján Tomko <jtomko@redhat.com>
> 
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
> Applies on top of Peter's NEWS patch
> 
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 3ffdceda81..fd2d68a600 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -45,6 +45,12 @@ v11.5.0 (unreleased)
>      with CA certificate(s) that will be used for remote peer certificate
>      validation.
>  
> +  * qemu: add support for AMD IOMMU device
> +
> +    The ``amd`` model for the ``<iommu>`` device is now supported.
> +    New attributes ``passtrhough`` and ``xtsup`` are also supported for this
> +    model.
> +
>  * **Improvements**
>  
>    * Include supported console types in domain capabilities
> -- 
> 2.49.0
> 

Reviewed-by: Peter Krempa <pkrempa@redhat.com>