diff --git a/docs/news.xml b/docs/news.xml index f38abeb91d739269e315d1023ad96ede3d642d78..f94739e465da425f02be4623da6a6ce1387eaa0d 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. + +