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

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

diff --git a/NEWS.rst b/NEWS.rst
index 847dcb390b..d49e8f75c4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -34,6 +34,13 @@ v11.8.0 (unreleased)
 
 * **Improvements**
 
+  * ch: Events emitting
+
+    The CH driver not only emits more domain lifecycle events but also
+    implements ``virConnectDomainEventRegister()`` and
+    ``virConnectDomainEventDeregister()`` APIs for management applications to
+    listen on those events.
+
 * **Bug fixes**
 
   * qemu: Fix selection of stateless/combined firmware
@@ -41,6 +48,12 @@ v11.8.0 (unreleased)
     A stateless firmware will now be correctly chosen when appropriate,
     e.g. for domains configured to use SEV-SNP.
 
+  * ch: Make sure the cloud-hypervisor process is killed in ``virCHProcessStop()``
+
+    Due to wrong assumptions in the CH driver, calling ``virDomainDestroy()``
+    did not kill the corresponding cloud-hypervisor process. Domains can be now
+    destroyed reliably.
+
 
 v11.7.0 (2025-09-01)
 ====================
-- 
2.49.1
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Ján Tomko via Devel 5 days, 13 hours ago
On a Monday in 2025, 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 | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>

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

Jano