]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 30 Jun 2026 08:20:34 +0000 (10:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 1 Jul 2026 07:28:56 +0000 (09:28 +0200)
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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index ed54073758aa5de055235a15a1d1ac3a004b0986..f78a9d3057b15af33c144eb7decddb8f3d71c58b 100644 (file)
--- 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``