From: Peter Krempa Date: Fri, 11 Apr 2025 11:57:03 +0000 (+0200) Subject: NEWS: Mention fix of crash on disk hotplug failure X-Git-Tag: v11.3.0-rc1~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32fb9af2771dd774069079519a73f6e80979d409;p=thirdparty%2Flibvirt.git NEWS: Mention fix of crash on disk hotplug failure Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 4f1e8ecbdf..759765dcb6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -50,6 +50,11 @@ v11.3.0 (unreleased) to be logged in the system log. It is safe to ignore the error. The code was fixed to avoid the message when probing for support. + * Fix libvirt daemon crash on failure to hotplug a disk into a ``qemu`` VM + + Some failures of disk hotplug could cause the libvirt daemon to crash due + to a bug when rolling back disk throttling filters. + v11.2.0 (2025-04-01) ====================