[PATCH] NEWS: Document features/improvements/bug fixes I've participated in

Michal Privoznik via Devel posted 1 patch 1 day, 13 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/d29614306e9a4c4ebddbea8dc1973fc521b3b529.1774946010.git.mprivozn@redhat.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 1 day, 13 hours ago
From: Michal Privoznik <mprivozn@redhat.com>

There are some features/improvements/bug fixes I've either
contributed or reviewed/merged. Document them for upcoming
release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 59e209ec73..9d490ebbca 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v12.2.0 (unreleased)
 
 * **Improvements**
 
+  * conf: support more than 255 vCPUs with amd-iommu
+
+    With 256 or more vCPUs libvirt previously required EIM enabled for all
+    models of IOMMU. This is not valid for AMD model and validation was changed
+    so that XTSup is required there. Additionally, it is automatically enabled
+    if needed.
+
 * **Bug fixes**
 
 
-- 
2.52.0
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Ján Tomko via Devel 1 day, 11 hours ago
On a Tuesday in 2026, Michal Privoznik via Devel wrote:
>From: Michal Privoznik <mprivozn@redhat.com>
>
>There are some features/improvements/bug fixes I've either
>contributed or reviewed/merged. Document them for upcoming
>release.
>
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>---
> NEWS.rst | 7 +++++++
> 1 file changed, 7 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano