[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
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
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
participants (2)
-
Ján Tomko -
Michal Privoznik