mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
NEWS: Document my contributions for upcoming release
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
7c17572798
commit
c157c9c106
18
NEWS.rst
18
NEWS.rst
@ -90,6 +90,24 @@ v8.0.0 (unreleased)
|
|||||||
</qemu:capabilities>
|
</qemu:capabilities>
|
||||||
</domain>
|
</domain>
|
||||||
|
|
||||||
|
* Fix sparse streams with split daemon
|
||||||
|
|
||||||
|
In split daemon scenario, a client connected to a hypervisor driver and
|
||||||
|
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 a 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)
|
v7.10.0 (2021-12-01)
|
||||||
====================
|
====================
|
||||||
|
Loading…
Reference in New Issue
Block a user