diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2017-07-03 16:28:00 +0200 |
---|---|---|
committer | Pavel Hrdina <phrdina@redhat.com> | 2017-07-04 10:13:38 +0200 |
commit | 0d4b65ff8df198924e94d77f1c0d3fc27d8d683f (patch) | |
tree | f21400c4b82f3670c63c32ac7d6817ca7dd10c65 /docs | |
parent | 9bd7c96bd0a0cc879c1e44277f5a734166bf1add (diff) | |
download | libvirt-0d4b65ff8df198924e94d77f1c0d3fc27d8d683f.tar.gz |
news: CPU add migration fix into Bug fixes
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/news.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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. </description> </change> + <change> + <summary> + qemu: Fix migration to older libvirt/QEMU versions + </summary> + <description> + 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. + </description> + </change> </section> </release> <release version="v3.4.0" date="2017-06-02"> |