]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Nov 2025 13:19:58 +0000 (14:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Nov 2025 14:03:09 +0000 (15:03 +0100)
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: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 7c3a6c01e7b4896ab4ef362748e7d2c6806cda45..c742954091df913457722efd76c1f3117cfbbe5f 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,17 @@ v11.10.0 (unreleased)
 
 * **Bug fixes**
 
+  * ch: Use correct domain definition in chDomainGetXMLDesc()
+
+    Cloud-Hypervisor driver claims to support ``VIR_DOMAIN_XML_INACTIVE`` but
+    in fact it never formatted the inactive XML. This is now fixed.
+
+  * esx: Allow disk images in subdirectories
+
+    If a domain has a disk image that's not in a datastore path but in a
+    subdirectory, the ESX driver would have failed to parse that and an error
+    was reported when obtaining domain XML. This is now fixed.
+
 
 v11.9.0 (2025-11-03)
 ====================