]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention two minor regression fixes and addition to bulk stats
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Nov 2021 14:54:45 +0000 (15:54 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 30 Nov 2021 22:06:05 +0000 (23:06 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 5ec8f6bb7fa14fc3a34d18d96d88405ca6dfc4b1..5423b9151dd73695626ecb472c292671850d3e37 100644 (file)
--- 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)
 ===================