[PATCH] NEWS: Document my contributions for upcoming release

Michal Privoznik posted 1 patch 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/bfd96d8a962e64d5a6af518c9cf6e95331414abb.1714483367.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
[PATCH] NEWS: Document my contributions for upcoming release
Posted by Michal Privoznik 1 year, 9 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 852dadf532..4958326875 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,8 +17,20 @@ v10.3.0 (unreleased)
 
 * **New features**
 
+  * conf: Introduce memReserve to <controller/>
+
+    Some PCI devices have large non-prefetchable memory. This is not a problem
+    for coldplug because firmware sets up such devices properly. But it may be
+    a problem for hotplug devices. To resolve this, new ``memReserve``
+    attribute is introduced which allows overriding value computed by firmware.
+
 * **Improvements**
 
+  * Extend libvirt-guests to shutdown only persistent VMs
+
+    Users can now chose to shutdown only persistent VMs when the host is being
+    shut down.
+
 * **Bug fixes**
 
   * qemu: Fix migration with custom XML
@@ -29,6 +41,16 @@ v10.3.0 (unreleased)
     depends on the guest CPU definition and the host on which a particular
     domain was running.
 
+  * Create OVS ports as transient
+
+    Libvirt now creates OVS ports as transient which prevents them from
+    reappearing or going stale on sudden reboots.
+
+  * Clear OVS QoS settings when domain shuts down
+
+    Libvirt now clears QoS settings on domain shutdown, so they no longer pile
+    up in OVS database.
+
 
 v10.2.0 (2024-04-02)
 ====================
-- 
2.43.2
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org