From: Michal Privoznik Date: Tue, 30 Jun 2026 08:20:34 +0000 (+0200) Subject: NEWS: Document features/improvements/bug fixes I've participated in X-Git-Tag: v12.5.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfe31e3d9e376af7ed433e77a9367ec216c8d1a6;p=thirdparty%2Flibvirt.git NEWS: Document features/improvements/bug fixes I've participated in There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- 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 ```` 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``