From: Peter Krempa Date: Thu, 25 Jun 2020 08:22:34 +0000 (+0200) Subject: NEWS: mention fix for crash in qemuDomainBlockCommit X-Git-Tag: v6.5.0-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6cef8eb682f103764609b12c24fb1daf501ad6;p=thirdparty%2Flibvirt.git NEWS: mention fix for crash in qemuDomainBlockCommit There were two upstream issues filed for the problem so it's worth mentioning. Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 2fc43c31b9..54b1e4a992 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -51,6 +51,11 @@ v6.5.0 (unreleased) * **Bug fixes** + * qemu: fixed crash in ``qemuDomainBlockCommit`` + + This release fixes a regression which was introduced in libvirt v6.4.0 + where libvirtd always crashes when a block commit of a disk is requested. + v6.4.0 (2020-06-02) ===================