]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Sep 2025 08:34:55 +0000 (10:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Sep 2025 11:26:10 +0000 (13:26 +0200)
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: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 847dcb390b876eda517cc609b98a10e9828bd6be..d49e8f75c4b85043c6a3721a783a853f38d3d467 100644 (file)
--- 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)
 ====================