mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
NEWS: Describe more fixed things for this release
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
10a30b5dbb
commit
ded649c09e
19
NEWS.rst
19
NEWS.rst
@ -45,6 +45,11 @@ v10.8.0 (unreleased)
|
|||||||
as the parsers in the nss plugin were rewritten to use json-c
|
as the parsers in the nss plugin were rewritten to use json-c
|
||||||
instead of YAJL, which is effectively dead upstream.
|
instead of YAJL, which is effectively dead upstream.
|
||||||
|
|
||||||
|
* Relax restrictions for memorytune settings
|
||||||
|
|
||||||
|
It should now be possible to use resctrl on AMD CPUs as well as Intel CPUs
|
||||||
|
when the resctrl filesystem is mounted with ``mba_MBps`` option.
|
||||||
|
|
||||||
* **Bug fixes**
|
* **Bug fixes**
|
||||||
|
|
||||||
* virsh: Fix script-friedly output of ``virsh list --uuid``
|
* virsh: Fix script-friedly output of ``virsh list --uuid``
|
||||||
@ -81,6 +86,20 @@ v10.8.0 (unreleased)
|
|||||||
Multiple memory leaks and overflows in corner cases were fixed based on
|
Multiple memory leaks and overflows in corner cases were fixed based on
|
||||||
upstream issues reported.
|
upstream issues reported.
|
||||||
|
|
||||||
|
* network: Better cleanup after disappeared networks
|
||||||
|
|
||||||
|
If a network disappeared while virtnetworkd was not running not all clean up
|
||||||
|
was done properly once the daemon was started, especially when only the
|
||||||
|
network interface disappeared. This could have in some cases resulted in
|
||||||
|
the network being shown as inactive, but not being able to start.
|
||||||
|
|
||||||
|
* qemu: Remember memory backing directory for domains
|
||||||
|
|
||||||
|
If ``memory_backing_dir`` is changed during the lifetime of a domain with
|
||||||
|
file backed memory, files in the old directory would not be cleaned up once
|
||||||
|
the domain is shut down. Now the directory that was used during startup is
|
||||||
|
remembered for each running domain.
|
||||||
|
|
||||||
|
|
||||||
v10.7.0 (2024-09-02)
|
v10.7.0 (2024-09-02)
|
||||||
====================
|
====================
|
||||||
|
Loading…
Reference in New Issue
Block a user