[libvirt] [PATCH] news: Xen: announce support for setting CPU features

Jim Fehlig posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180418032320.27553-1-jfehlig@suse.com
Test syntax-check passed
docs/news.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
[libvirt] [PATCH] news: Xen: announce support for setting CPU features
Posted by Jim Fehlig 6 years ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 docs/news.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index a5c489151..dec3f134c 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,18 @@
           add this controller when traditional PCI devices are in use.
         </description>
       </change>
+      <change>
+        <summary>
+          Xen: Support setting CPU features for host-passthrough model
+        </summary>
+        <description>
+          The CPU model presented to Xen HVM domains is equivalent to libvirt's
+          host-passthrough model, although individual features can be enabled
+          and disabled via the cpuid setting. The libvirt libxl driver now
+          supports enabling and disabling individual features of the
+          host-passthrough CPU model.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
-- 
2.16.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Xen: announce support for setting CPU features
Posted by Erik Skultety 6 years ago
On Tue, Apr 17, 2018 at 09:23:20PM -0600, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
>  docs/news.xml | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/docs/news.xml b/docs/news.xml
> index a5c489151..dec3f134c 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -44,6 +44,18 @@
>            add this controller when traditional PCI devices are in use.
>          </description>
>        </change>
> +      <change>
> +        <summary>
> +          Xen: Support setting CPU features for host-passthrough model
> +        </summary>
> +        <description>
> +          The CPU model presented to Xen HVM domains is equivalent to libvirt's
> +          host-passthrough model, although individual features can be enabled
> +          and disabled via the cpuid setting. The libvirt libxl driver now
> +          supports enabling and disabling individual features of the
> +          host-passthrough CPU model.
> +        </description>
> +      </change>
>      </section>
>      <section title="Removed features">
>        <change>

Reviewed-by: Erik Skultety <eskultet@redhat.com>

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