]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document some of my fixes in this release
authorJiri Denemark <jdenemar@redhat.com>
Tue, 14 Jan 2025 15:46:45 +0000 (16:46 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 14 Jan 2025 15:55:26 +0000 (16:55 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 15042595ed13cc65f19ff829a749f5e5d02585d9..1d3e3c3cffeab60216a1665231ee1110b3cbece4 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -61,6 +61,19 @@ v11.0.0 (unreleased)
     schema.  This is now fixed by not parsing any specified features when the
     passthrough mode is used.
 
+  * qemu: Fix a crash when starting a domain with ovs bridge and QOS
+
+  * cpu: Add missing -v1 variants for CPU models
+
+    Some CPU models (mostly old ones) were missed when versioned CPU model
+    names were introduced in the previous release.
+
+  * qemu: Fix false error when recovering failed post-copy migration
+
+    In some cases libvirt would report a failure to recover post-copy migration
+    even though the recovery started just fine and migration would eventually
+    successfully finish.
+
 
 v10.10.0 (2024-12-02)
 =====================