From: Jiri Denemark Date: Thu, 27 Nov 2025 14:15:46 +0000 (+0100) Subject: NEWS: Fix incoming migration to QEMU 10.0.0 X-Git-Tag: v11.10.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e60c21fc3fa1b234938699d9c632bc0428a3e677;p=thirdparty%2Flibvirt.git NEWS: Fix incoming migration to QEMU 10.0.0 Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 8cc6e698ca..412fd58e0c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,6 +59,13 @@ v11.10.0 (unreleased) subdirectory, the ESX driver would have failed to parse that and an error was reported when obtaining domain XML. This is now fixed. + * qemu: Fix incoming migration to QEMU 10.0.0 and newer + + Due to a change in the way QEMU 10.0.0 reports the state of "ht" CPU + feature, incoming migration of a domain with multiple CPU threads would + fail with "guest CPU doesn't match specification: extra features: ht" + error. + v11.9.0 (2025-11-03) ====================