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

Michal Privoznik via Devel posted 1 patch 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b076d54e6212bf688c13fdec3de215b7f301ef83.1764251214.git.mprivozn@redhat.com
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 2 weeks 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 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 7c3a6c01e7..4d9b98f93c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,17 @@ v11.10.0 (unreleased)
 
 * **Bug fixes**
 
+  * ch: Use correct domain definition in chDomainGetXMLDesc()
+
+    Cloud-Hyper 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)
 ====================
-- 
2.51.2
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Jiri Denemark via Devel 2 weeks ago
On Thu, Nov 27, 2025 at 14:46:54 +0100, Michal Privoznik 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 | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 7c3a6c01e7..4d9b98f93c 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -32,6 +32,17 @@ v11.10.0 (unreleased)
>  
>  * **Bug fixes**
>  
> +  * ch: Use correct domain definition in chDomainGetXMLDesc()
> +
> +    Cloud-Hyper driver claims to support ``VIR_DOMAIN_XML_INACTIVE`` but in

s/Hyper/Hypervisor/

> +    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.
> +

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>