]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention disabling deprecated features by default on s390 CPU models
authorCollin Walling <walling@linux.ibm.com>
Thu, 24 Jul 2025 18:36:23 +0000 (14:36 -0400)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 25 Jul 2025 13:51:06 +0000 (15:51 +0200)
Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index e5e8626729511247805554a4099b1931fb47c80c..6cc8f23225a6dd1fc8d812db850225264b25a5fd 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,14 @@ v11.6.0 (unreleased)
     that is liable to cause crashes of the source QEMU when performing long
     running live migration operations with TLS enabled.
 
+  * Add support for disabling deprecated CPU model features by default for s390 domains
+
+    Starting an s390 domain with host-model will now default to setting the
+    ``deprecated_features`` attribute to ``off``, ensuring the domain starts
+    with a migration-compatible CPU model to newer systems. This behavior can
+    be modified by setting the ``default_cpu_deprecated_features`` option in
+    the qemu.conf file.
+
 * **Improvements**
 
   * qemu: Change default SCSI controller model to ``virtio-scsi`` for ARM and RISC-V