[libvirt PATCH] news: Update for libvirt 6.1.0

Andrea Bolognani posted 1 patch 4 years, 1 month ago
Test syntax-check failed
Failed in applying to current master (apply log)
docs/news.xml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
[libvirt PATCH] news: Update for libvirt 6.1.0
Posted by Andrea Bolognani 4 years, 1 month ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
I probably won't be able to check my computer between now and the
release, so if anyone gets a chance to review the patch in the
meantime please feel free to push it as well :)

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

diff --git a/docs/news.xml b/docs/news.xml
index cdcf450b48..af157887d3 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -124,6 +124,15 @@
           subelement.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Introduce the 'tpm-spapr' TPM model
+        </summary>
+        <description>
+          This device, available starting from QEMU 5.0, is limited to
+          pSeries guests.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>
@@ -138,8 +147,35 @@
           to rectify the problem.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Support "dies" in CPU topology
+        </summary>
+        <description>
+          This CPU topology concept, new in QEMU 4.1.0, sits between the
+          existing "socket" and "core".
+        </description>
+      </change>
+      <change>
+        <summary>
+          libxl: Add support for Credit2 scheduler parameters
+        </summary>
+      </change>
+      <change>
+        <summary>
+          lxc: Add support LXC 3 network configuration format
+        </summary>
+      </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          conf: Do not generate machine names ending with a dash
+        </summary>
+        <description>
+          Recent systemd version do not allow them.
+        </description>
+      </change>
     </section>
     <section title="Packaging changes">
       <change>
-- 
2.24.1

Re: [libvirt PATCH] news: Update for libvirt 6.1.0
Posted by Ján Tomko 4 years, 1 month ago
On a Friday in 2020, Andrea Bolognani wrote:
>Signed-off-by: Andrea Bolognani <abologna@redhat.com>
>---
>I probably won't be able to check my computer between now and the
>release, so if anyone gets a chance to review the patch in the
>meantime please feel free to push it as well :)
>
> docs/news.xml | 36 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 36 insertions(+)
>
>diff --git a/docs/news.xml b/docs/news.xml
>index cdcf450b48..af157887d3 100644
>--- a/docs/news.xml
>+++ b/docs/news.xml

[...]

>     </section>
>     <section title="Bug fixes">
>+      <change>
>+        <summary>
>+          conf: Do not generate machine names ending with a dash
>+        </summary>
>+        <description>
>+          Recent systemd version do not allow them.

s/version/versions/

>+        </description>
>+      </change>
>     </section>
>     <section title="Packaging changes">

Reviewed-by: Ján Tomko <jtomko@redhat.com>
and pushed

Jano