From: Jiri Denemark Date: Fri, 3 Mar 2017 19:14:00 +0000 (+0100) Subject: news: Move host CPU model improvement to 3.2.0 X-Git-Tag: v3.2.0-rc1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b9fcde5cefe4b406cb087a7a6b7fb1f0470fcd;p=thirdparty%2Flibvirt.git news: Move host CPU model improvement to 3.2.0 Signed-off-by: Jiri Denemark --- diff --git a/docs/news.xml b/docs/news.xml index e4b5a9d312..584c9afac6 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -15,7 +15,17 @@
- + + + qemu: Detect host CPU model by asking QEMU on x86_64 + + + 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. + +
@@ -141,17 +151,6 @@ driver with all backends which may pull in too many dependencies. - - - qemu: Detect host CPU model by asking QEMU on x86_64 - - - 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. - -