]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Detect host CPU model by asking QEMU on x86_64
authorJiri Denemark <jdenemar@redhat.com>
Wed, 15 Feb 2017 09:29:44 +0000 (10:29 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 3 Mar 2017 18:57:57 +0000 (19:57 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
docs/news.xml

index 675faa7ab61503c22448f345809a9af88e2d90f7..e4b5a9d312dd1b7a3c86ec07770aea530157f180 100644 (file)
           driver with all backends which may pull in too many dependencies.
         </description>
       </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 title="Bug fixes">
       <change>