From: Jiri Denemark Date: Tue, 16 Apr 2024 15:38:37 +0000 (+0200) Subject: NEWS: Mention migration bug with custom XML X-Git-Tag: v10.3.0-rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3c738b7a99d1730be14d387d2c929c0aabbbd0;p=thirdparty%2Flibvirt.git NEWS: Mention migration bug with custom XML Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index c108e66f46..852dadf532 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,14 @@ v10.3.0 (unreleased) * **Bug fixes** + * qemu: Fix migration with custom XML + + Libvirt 10.2.0 would sometimes complain about incompatible CPU definition + when trying to migrate or save a domain and passing a custom XML even + though such XML was properly generated as migratable. Hitting this bug + depends on the guest CPU definition and the host on which a particular + domain was running. + v10.2.0 (2024-04-02) ====================