NEWS: Mention event handling support in ch driver

Signed-off-by: Purna Pavan Chandra <paekkaladevi@linux.microsoft.com>
Signed-off-by: Purna Pavan Chandra Aekkaladevi <paekkaladevi@linux.microsoft.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Purna Pavan Chandra Aekkaladevi 2025-01-17 17:11:09 +00:00 committed by Michal Privoznik
parent 90299b0c6c
commit a9c73ac255

View File

@ -26,6 +26,13 @@ v11.1.0 (unreleased)
* **New features**
* ch: Support handling events from cloud-hypervisor
The ch driver now supports handling events from the cloud-hypervisor.
Events include VM lifecyle operations such as shutdown, pause, resume,
etc. Libvirt will now read these events and take actions such as
updating domain state, etc.
* **Improvements**
* **Bug fixes**