[PATCH] news: document new crypto TLS priority string settings

Daniel P. Berrangé via Devel posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250722103619.3126026-1-berrange@redhat.com
NEWS.rst | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] news: document new crypto TLS priority string settings
Posted by Daniel P. Berrangé via Devel 1 month, 2 weeks ago
From: Daniel P. Berrangé <berrange@redhat.com>

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index c7885f01a0..e5e8626729 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,14 @@ v11.6.0 (unreleased)
     flag the baseline API would return reasonable output only when run on one of
     the hosts that the input CPU definitions were collected from.
 
+  * Allow control over QEMU TLS priority strings
+
+    The qemu.conf file now has multiple settings allowing control over the
+    QEMU TLS priority strings, for the different subsystems in QEMU that
+    can support TLS. This can be used to workaround a current bug in GNUTLS
+    that is liable to cause crashes of the source QEMU when performing long
+    running live migration operations with TLS enabled.
+
 * **Improvements**
 
   * qemu: Change default SCSI controller model to ``virtio-scsi`` for ARM and RISC-V
-- 
2.50.1
Re: [PATCH] news: document new crypto TLS priority string settings
Posted by Ján Tomko via Devel 1 month, 2 weeks ago
On a Tuesday in 2025, Daniel P. Berrangé via Devel wrote:
>From: Daniel P. Berrangé <berrange@redhat.com>
>
>Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>---
> NEWS.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
>diff --git a/NEWS.rst b/NEWS.rst
>index c7885f01a0..e5e8626729 100644
>--- a/NEWS.rst
>+++ b/NEWS.rst
>@@ -24,6 +24,14 @@ v11.6.0 (unreleased)
>     flag the baseline API would return reasonable output only when run on one of
>     the hosts that the input CPU definitions were collected from.
>
>+  * Allow control over QEMU TLS priority strings
>+
>+    The qemu.conf file now has multiple settings allowing control over the
>+    QEMU TLS priority strings, for the different subsystems in QEMU that
>+    can support TLS. This can be used to workaround a current bug in GNUTLS
>+    that is liable to cause crashes of the source QEMU when performing long
>+    running live migration operations with TLS enabled.
>+
> * **Improvements**
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano