]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document my contributions for upcoming release
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 30 Apr 2024 13:12:43 +0000 (15:12 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 2 May 2024 08:28:07 +0000 (10:28 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 7ced82e3dabb9ff2d54b3a105b84e82d6aae63d7..3d3ad33cf6cd4a62ce351d6cafa5308f019f5775 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,6 +22,13 @@ v10.3.0 (unreleased)
     USB address is now automatically assigned to USB network devices thus they
     can be used without manual configuration.
 
+  * conf: Introduce memReserve attribute to <controller/>
+
+    Some PCI devices have large non-prefetchable memory. This can be a problem
+    in case when such device needs to be hotplugged as the firmware can't
+    foresee such situation. The user thus can override the value calculated at
+    start to accomodate for such devices.
+
 * **Improvements**
 
   * Improve validation of USB devices
@@ -35,6 +42,11 @@ v10.3.0 (unreleased)
     The ``checkpoint-list`` and ``snapshot-list`` commands would ignore the
     ``--name`` option to print only the name when used with ``--parent``.
 
+  * Extend libvirt-guests to shutdown only persistent VMs
+
+    Users can now choose to shutdown only persistent VMs when the host is being
+    shut down.
+
 * **Bug fixes**
 
   * qemu: Fix migration with custom XML
@@ -54,6 +66,16 @@ v10.3.0 (unreleased)
 
      error: internal error: unable to execute QEMU command 'blockdev-add': Certificate does not match the hostname
 
+  * 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)
 ====================