[PATCH] NEWS: Mention two minor regression fixes and addition to bulk stats

Peter Krempa posted 1 patch 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f22c8ed8c19be9dfef634631837249979a9b69c7.1637852085.git.pkrempa@redhat.com
NEWS.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
[PATCH] NEWS: Mention two minor regression fixes and addition to bulk stats
Posted by Peter Krempa 2 years, 5 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index b63a0aa721..006724eafa 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -37,8 +37,24 @@ 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)
 ===================
-- 
2.31.1

Re: [PATCH] NEWS: Mention two minor regression fixes and addition to bulk stats
Posted by Andrea Bolognani 2 years, 4 months ago
On Thu, Nov 25, 2021 at 03:54:45PM +0100, Peter Krempa wrote:
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
>  NEWS.rst | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

Re: [PATCH] NEWS: Mention two minor regression fixes and addition to bulk stats
Posted by Andrea Bolognani 2 years, 4 months ago
On Tue, Nov 30, 2021 at 01:44:18PM -0800, Andrea Bolognani wrote:
> On Thu, Nov 25, 2021 at 03:54:45PM +0100, Peter Krempa wrote:
> > Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> > ---
> >  NEWS.rst | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
>
> Reviewed-by: Andrea Bolognani <abologna@redhat.com>

I've also already pushed it, since I was already going to push
another patch and 7.10.0 is supposed to be tagged tomorrow :)

-- 
Andrea Bolognani / Red Hat / Virtualization