[libvirt] [PATCH v2 33/33] news: Detect host CPU model by asking QEMU on x86_64

Jiri Denemark jdenemar at redhat.com
Wed Feb 15 16:45:07 UTC 2017


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---

Notes:
    Version 2:
    - no change

 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index b756a970f..798687407 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -73,6 +73,17 @@
           and network.
         </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 ask for unsupported features.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
-- 
2.11.1




More information about the libvir-list mailing list