]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention JSON nesting bug and TPM migration quirk with NFS
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Jan 2026 13:35:49 +0000 (14:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 13 Jan 2026 14:25:53 +0000 (15:25 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index a0fae3c661090351794578a7694dc7545657621e..ce55445695524e43f0e16b2e446fc5f18c2e60d5 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -54,6 +54,18 @@ v12.0.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: Fix startup of VMs with more than ~25 external snapshots
+
+    After switch to json-c VMs with too deeply nested image chains would fail
+    to start due to nesting depth limit in json-c, which is now increased to once
+    again support backing chains up to 200 images deep.
+
+  * qemu: TPM: Properly handle migration when storage resides on NFS
+
+    The VM now can be properly migrated in scenarios where TPM data is stored
+    on a shared filesystem on the destination but on the source it's either
+    on a different NFS or unshared completely.
+
 
 v11.10.0 (2025-12-01)
 =====================