From 0d4b65ff8df198924e94d77f1c0d3fc27d8d683f Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Mon, 3 Jul 2017 16:28:00 +0200 Subject: [PATCH] news: CPU add migration fix into Bug fixes Signed-off-by: Pavel Hrdina Reviewed-by: Andrea Bolognani --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + +