]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: document improved certs, host validate details & TDX fix
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 Nov 2025 13:59:52 +0000 (13:59 +0000)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 28 Nov 2025 13:58:51 +0000 (14:58 +0100)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 412fd58e0c5e81bec89bd0540768b8992232ab67..879e9e844836eec9535f7d779811495703d75f3d 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -46,6 +46,17 @@ v11.10.0 (unreleased)
     Bhyve guests can now be configured to wait for a VNC connection before
     booting.
 
+  * remote: multiple certificate support
+
+    The remote daemon and client can be configured to load multiple x509
+    certificate identities. This facilitates a transition to certificates
+    supporting Post-Quantum Crytographic algorithms.
+
+  * tools: improved virt-host-validate output
+
+    The virt-host-validate tool will now report extra details when certain
+    checks pass.
+
 * **Bug fixes**
 
   * ch: Use correct domain definition in chDomainGetXMLDesc()
@@ -66,6 +77,12 @@ v11.10.0 (unreleased)
     fail with "guest CPU doesn't match specification: extra features: ht"
     error.
 
+  * qemu: fix incorrect reporting of the TDX launch security type
+
+    The TDX launch security type was incorrectly reported on all platforms
+    if the QEMU binary had it built-in. It is now limited to only platforms
+    with the TDX kernel feature available for use.
+
 
 v11.9.0 (2025-11-03)
 ====================