From: Peter Krempa Date: Thu, 25 Nov 2021 14:54:45 +0000 (+0100) Subject: NEWS: Mention two minor regression fixes and addition to bulk stats X-Git-Tag: v7.10.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8650ea987d269c27e5a7e7620cd2e45d6a2a52;p=thirdparty%2Flibvirt.git NEWS: Mention two minor regression fixes and addition to bulk stats Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 5ec8f6bb7f..5423b9151d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -42,8 +42,25 @@ v7.10.0 (unreleased) The current hardcoded minimum is 56 (single-DES) and will be raised to 112 in the future. Setting a minimum lower than 112 is not supported. + * qemu: Report stats also for block copy destination and backup job scratch + images + + The statistics are available via the bulk domain stats API. + * **Bug fixes** + * qemu: Don't format 'ramfb' attribute when disabled + + Fix a regression caused by the conversion to JSON -device arguments where + 'ramfb' would be put on the commandline of 'vfio-pci' which doesn't have it, + thus breaking VMs with a mediated host device. + + * qemu: Fix block copy and backup to encrypted storage + + An oversight in last release lead to a spurious error being reported when + encrypted storage was requested for disk images which are not directly + backing the disk, which is now fixed. + v7.9.0 (2021-11-01) ===================