[PATCH] NEWS: Document my contributions for upcoming release

Michal Privoznik posted 1 patch 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/81199da6115964d357c1fb6b1710b19dae9f8821.1641999183.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[PATCH] NEWS: Document my contributions for upcoming release
Posted by Michal Privoznik 2 years, 3 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index b5893627e3..32ab0c801e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -90,6 +90,24 @@ v8.0.0 (unreleased)
       </qemu:capabilities>
      </domain>
 
+  * Fix sparse streams with split daemon
+
+    In split daemon scenario, when a client connected to a hypervisor driver
+    using sparse streams (e.g. ``virsh vol-download --sparse``) would make the
+    hypervisor daemon enter an infinite loop without any data transfer. This is
+    now fixed.
+
+  * Build no longer requires RPC library
+
+    Code and its cross dependencies were fixed so that build without remote
+    driver and thus an RPC library (like ``tirpc``) fails no more.
+
+  * virnetdevopenvswitch: Fix 'burst' value passed to ovs-vsctl
+
+    When a ``<bandwidth/>`` was defined for an TAP device that's plugged into an
+    OvS bridge values passed to the OvS were incorrectly recalculated resulting
+    in slightly different limits being applied.
+
 
 v7.10.0 (2021-12-01)
 ====================
-- 
2.34.1