[PATCH] NEWS: Document some of my fixes in this release

Jiri Denemark posted 1 patch 6 days, 9 hours ago
NEWS.rst | 13 +++++++++++++
1 file changed, 13 insertions(+)
[PATCH] NEWS: Document some of my fixes in this release
Posted by Jiri Denemark 6 days, 9 hours ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 15042595ed..1d3e3c3cff 100644
--- 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)
 =====================
-- 
2.47.1
Re: [PATCH] NEWS: Document some of my fixes in this release
Posted by Ján Tomko 6 days, 9 hours ago
On a Tuesday in 2025, Jiri Denemark wrote:
>Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
>---
> NEWS.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>

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

Jano