[libvirt] [PATCH] news: Move host CPU model improvement to 3.2.0

Jiri Denemark posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/c1b9fcde5cefe4b406cb087a7a6b7fb1f0470fcd.1488568520.git.jdenemar@redhat.com
docs/news.xml | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
[libvirt] [PATCH] news: Move host CPU model improvement to 3.2.0
Posted by Jiri Denemark 7 years ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---

Pushed as trivial.

 docs/news.xml | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/docs/news.xml b/docs/news.xml
index e4b5a9d31..584c9afac 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -15,7 +15,17 @@
       <change/>
     </section>
     <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 title="Bug fixes">
       <change/>
@@ -141,17 +151,6 @@
           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>
-- 
2.12.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list