[libvirt] [PATCH] news: Document "Enforce guest CPU specification" series

Jiri Denemark posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/084856d100351b6944d86922bfd714d505af168b.1490036235.git.jdenemar@redhat.com
docs/news.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
[libvirt] [PATCH] news: Document "Enforce guest CPU specification" series
Posted by Jiri Denemark 7 years, 1 month ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 docs/news.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 3501f89ab..f1bfeda55 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -39,6 +39,19 @@
           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>
-- 
2.12.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Document "Enforce guest CPU specification" series
Posted by Andrea Bolognani 7 years ago
On Mon, 2017-03-20 at 19:57 +0100, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  docs/news.xml | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index 3501f89ab..f1bfeda55 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -39,6 +39,19 @@
>            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>

ACK

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list