From: Jiri Denemark Date: Mon, 20 Mar 2017 18:52:40 +0000 (+0100) Subject: news: Document "Enforce guest CPU specification" series X-Git-Tag: v3.2.0-rc1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084856d100351b6944d86922bfd714d505af168b;p=thirdparty%2Flibvirt.git news: Document "Enforce guest CPU specification" series Signed-off-by: Jiri Denemark --- diff --git a/docs/news.xml b/docs/news.xml index 3501f89ab3..f1bfeda550 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -39,6 +39,19 @@ the QEMU binary supports it. + + + qemu: Add support for checking guest CPU ABI compatibility + + + 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. + +