mirror of https://gitee.com/openkylin/libvirt.git
news: Xen: announce support for setting CPU features
Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
e8da1a61ca
commit
71dd4be596
|
@ -44,6 +44,18 @@
|
||||||
add this controller when traditional PCI devices are in use.
|
add this controller when traditional PCI devices are in use.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
||||||
<section title="Removed features">
|
<section title="Removed features">
|
||||||
<change>
|
<change>
|
||||||
|
|
Loading…
Reference in New Issue