From: Pavel Hrdina Date: Mon, 3 Jul 2017 14:28:00 +0000 (+0200) Subject: news: CPU add migration fix into Bug fixes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0d4b65ff8df198924e94d77f1c0d3fc27d8d683f;p=libvirt.git news: CPU add migration fix into Bug fixes Signed-off-by: Pavel Hrdina Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index f38abeb91d..f94739e465 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -197,6 +197,18 @@ QEMU releases older than 1.6. + + + qemu: Fix migration to older libvirt/QEMU versions + + + When the guest is started, libvirt updates the CPU definition to + reflect the actual CPU features to enforce ABI. We need to send + original and updated CPU definition in order to support migration + to older libvirt/QEMU versions. Only the updated CPU definition + was sent to destination. + +