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

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

diff --git a/NEWS.rst b/NEWS.rst
index ed54073758..f78a9d3057 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -38,8 +38,26 @@ v12.5.0 (unreleased)
     Add support for populating the SMBIOS fields as defined
     by the ``<sysinfo type='smbios'>`` section of the domain's XML.
 
+  * qemu: Add support for standalone VNC server
+
+    Starting with this release, libvirt might spawn a standalone
+    qemu-vnc process instead of QEMU's built-in VNC server, for
+    enhanced security.
+
 * **Improvements**
 
+  * Enable hyperv driver on RHEL
+
+    The spec file now enables the Hyper-V driver when building on
+    Red Hat Enterprise Linux.
+
+  * remote: allow passing argv to the ext transport
+
+    The ext transport not only allows spawning a process (via the
+    ``command`` attribute), but as of this release also
+    specifying additional arguments to it, via ``argv``
+    attribute.
+
 * **Bug fixes**
 
   * Ensure proper shutdown ordering of ``virtlogd`` and ``virtlockd``
-- 
2.53.0
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Ján Tomko via Devel 22 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 | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>

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

Jano