From ded649c09e18bf9d77b13e183e8e06be007efcc4 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 30 Sep 2024 10:38:11 +0200 Subject: [PATCH] NEWS: Describe more fixed things for this release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- NEWS.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3a745338b0..7b8a8a9c1c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -45,6 +45,11 @@ v10.8.0 (unreleased) as the parsers in the nss plugin were rewritten to use json-c 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** * 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 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) ==================== -- 2.39.5