mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
news: Move host CPU model improvement to 3.2.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3f174b6cba
commit
c1b9fcde5c
@ -15,7 +15,17 @@
|
|||||||
<change/>
|
<change/>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change/>
|
<change>
|
||||||
|
<summary>
|
||||||
|
qemu: Detect host CPU model by asking QEMU on x86_64
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Previously, libvirt detected the host CPU model using CPUID
|
||||||
|
instruction, which cased libvirt to detect a lot of CPU features
|
||||||
|
that are not supported by QEMU/KVM. Asking QEMU makes sure we
|
||||||
|
don't start it with unsupported features.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change/>
|
<change/>
|
||||||
@ -141,17 +151,6 @@
|
|||||||
driver with all backends which may pull in too many dependencies.
|
driver with all backends which may pull in too many dependencies.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
|
||||||
<summary>
|
|
||||||
qemu: Detect host CPU model by asking QEMU on x86_64
|
|
||||||
</summary>
|
|
||||||
<description>
|
|
||||||
Previously, libvirt detected the host CPU model using CPUID
|
|
||||||
instruction, which cased libvirt to detect a lot of CPU features
|
|
||||||
that are not supported by QEMU/KVM. Asking QEMU makes sure we
|
|
||||||
don't start it with unsupported features.
|
|
||||||
</description>
|
|
||||||
</change>
|
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user