:p
atchew
Login
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 XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ 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 @@ -XXX,XX +XXX,XX @@ 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
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 XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ 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