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

Michal Privoznik via Devel posted 1 patch 2 weeks, 3 days ago
Failed in applying to current master (apply log)
NEWS.rst | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 2 weeks, 3 days 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 | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 89e470e29d..acd4c78dbe 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,12 +47,31 @@ v12.7.0 (unreleased)
         <wwn>01000000efbeadde</wwn>
       </disk>
 
+  * Add guest device info to ``virDomainGetGuestInfo()``
+
+    QEMU guest agent has 'guest-get-devices` command, which returns information
+    on guest devices (driver name, version, release date, and so on). This is
+    now exposed via ``virDomainGetGuestInfo()`` API (accessible via ``guestinfo
+    --devices`` virsh command).
+
+
 * **Improvements**
 
 * **Bug fixes**
 
   * bhyve: fix domain API calls hanging after domain shutdown
 
+  * remote: Fix stale virStream status
+
+    In a few cases it might happen that daemon held incorrect state of a
+    virStream leading to an infinite loop. This is now fixed.
+
+  * esx: Don't crash when parsing unmounted datastore
+
+    When libvirt constructs domain XML for an ESX domain it traverses through
+    all datastores to find which one stores disks for the domain. But if a
+    datastore wasn't mounted, then a crash would occur. This is now fixed.
+
 
 v12.6.0 (2026-08-03)
 ====================
-- 
2.54.0
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Ján Tomko via Devel 2 weeks, 3 days ago
On a Thursday 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 | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>

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

Jano