[PATCH] NEWS: Mention migration fix with disabled vmx-* CPU features

Jiri Denemark posted 1 patch 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/dd1f200a61a3bc0d0b5d9a2d2c94ece504f14d0a.1719574763.git.jdenemar@redhat.com
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: Mention migration fix with disabled vmx-* CPU features
Posted by Jiri Denemark 2 months, 1 week ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index b0b893b484..1ea98599db 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -59,6 +59,12 @@ v10.5.0 (unreleased)
     A memory leak was identified when a client started SASL but then suddenly
     closed connection. This is now fixed.
 
+  * qemu: Fix migration with disabled vmx-* CPU features
+
+    Migrating a domain with some vmx-* CPU features marked as disabled could
+    have failed as the destination would incorrectly expect those features to
+    be enabled after starting QEMU.
+
 
 v10.4.0 (2024-06-03)
 ====================
-- 
2.45.1
Re: [PATCH] NEWS: Mention migration fix with disabled vmx-* CPU features
Posted by Michal Prívozník 2 months, 1 week ago
On 6/28/24 13:39, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal