[PATCH] NEWS: Describe more fixed things for this release

Martin Kletzander posted 1 patch 5 days, 13 hours ago
NEWS.rst | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
[PATCH] NEWS: Describe more fixed things for this release
Posted by Martin Kletzander 5 days, 13 hours ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Applies on master before Laine's and Peter's updates, but I'll move the items
below the others once they are pushed (or hopefully Jirka if I don't notice
until release).

 NEWS.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index beea8221e1c0..472bedd04436 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,11 @@ v10.8.0 (unreleased)
 
 * **Improvements**
 
+  * 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``
@@ -32,6 +37,20 @@ v10.8.0 (unreleased)
     Note that this also broke the ``libvirt-guests`` script. The bug was
     introduced in `v10.7.0 (2024-09-02)`_.
 
+  * 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.46.2
Re: [PATCH] NEWS: Describe more fixed things for this release
Posted by Ján Tomko 5 days, 9 hours ago
On a Monday in 2024, Martin Kletzander wrote:
>Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>---
>Applies on master before Laine's and Peter's updates, but I'll move the items
>below the others once they are pushed (or hopefully Jirka if I don't notice
>until release).
>
> NEWS.rst | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano