]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Update for release
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Mar 2024 08:44:30 +0000 (09:44 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Mar 2024 10:42:50 +0000 (11:42 +0100)
Mention improvement of virt-admin, and fixes for the VPD xml and disk
migration port bug.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
NEWS.rst

index d270b2397da8104f0b3cc6d32a42d77f5e304478..ac64cf6974357a44b65d7472baa0138bcdcbc6ab 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -52,7 +52,7 @@ v10.1.0 (unreleased)
 
 * **Improvements**
 
-* nodedev: Add ability to update persistent mediated devices by defining them
+  * nodedev: Add ability to update persistent mediated devices by defining them
 
     Existing persistent mediated devices can now also be updated by
     ``virNodeDeviceDefineXML()`` as long as parent and UUID remain unchanged.
@@ -66,6 +66,12 @@ v10.1.0 (unreleased)
     Secrets with ``<usage type='vtpm'>`` were left unable to be checked for in
     the access driver, i.e. in ACL rules. Missing code was provided.
 
+  * virt-admin: Notify users to use explicit URI if connection fails
+
+    ``virt-admin`` doesn't try to guess the URI of the daemon to manage so a
+    failure to connect may be confusing for users if modular daemons are used.
+    Add a hint to use the URI of the dameon to manage.
+
 * **Bug fixes**
 
   * qemu_process: Skip over non-virtio non-TAP NIC models when refreshing rx-filter
@@ -103,6 +109,16 @@ v10.1.0 (unreleased)
     daemon hangup as the daemon stopped processing RPC from the client
     temporarily. This is now fixed.
 
+  * nodedev: Don't generate broken XML with certain hardware
+
+    A broken node device XML would be generated in a rare case when a hardware
+    device had certain characters in the VPD fields.
+
+  * qemu: Fix reservation of manually specified port for disk migration
+
+    A manually specified port would not be relased after disk migration making
+    it impossible to use it again.
+
 
 v10.0.0 (2024-01-15)
 ====================