]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document "Enforce guest CPU specification" series
authorJiri Denemark <jdenemar@redhat.com>
Mon, 20 Mar 2017 18:52:40 +0000 (19:52 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 20 Mar 2017 18:52:40 +0000 (19:52 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
docs/news.xml

index 3501f89ab35254c1fb3df63a15c65f1a689c20d7..f1bfeda5507573d668b4e15d3e4ba6ec2e76f95c 100644 (file)
           the QEMU binary supports it.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Add support for checking guest CPU ABI compatibility
+        </summary>
+        <description>
+          When migrating a domain to a different host, restoring a domain from
+          a file or reverting a snapshot libvirt will make sure the guest CPU
+          QEMU presents to the guest OS exactly matches the one provided on
+          the source host (or before the domain's state was saved). This
+          enhanced check may also be requested when starting a new domain to
+          ensure the virtual CPU exactly matches the one specified in the XML.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>