[libvirt] [PATCH] news: add entries for libxl driver improvements and bug fixes

Jim Fehlig posted 1 patch 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170216043157.18215-1-jfehlig@suse.com
docs/news.xml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
[libvirt] [PATCH] news: add entries for libxl driver improvements and bug fixes
Posted by Jim Fehlig 7 years, 2 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---

Since news changes are not candidates for backport I assume it is fine
to include recent libxl improvements and bug fixes in a single commit.
I can break this up if that assumption is wrong.

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

diff --git a/docs/news.xml b/docs/news.xml
index 5bca75ea1..22f00cc55 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -83,6 +83,16 @@
           and network.
         </description>
       </change>
+      <change>
+        <summary>
+          libxl: improve support for &lt;timer&gt; configurations
+        </summary>
+        <description>
+          Add support for multiple timers. Extend the tsc timer to
+          support the emulate mode. Improve conversion of timer XML
+          to/from xl.cfg.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
@@ -116,6 +126,25 @@
           regenerate it properly.
         </description>
       </change>
+      <change>
+        <summary>
+          libxl: maximum memory fixes
+        </summary>
+        <description>
+          Fix reporting of domain maximum memory. Fix setting dom0
+          maximum memory.
+        </description>
+      </change>
+      <change>
+        <summary>
+          libxl: fix disk detach when &lt;driver&gt; not specified
+        </summary>
+      </change>
+      <change>
+        <summary>
+          libxl: fix dom0 autoballooning with Xen 4.8
+        </summary>
+      </change>
     </section>
   </release>
   <release version="v3.0.0" date="2017-01-17">
-- 
2.11.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: add entries for libxl driver improvements and bug fixes
Posted by Erik Skultety 7 years, 2 months ago
On Wed, Feb 15, 2017 at 09:31:57PM -0700, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
> 
> Since news changes are not candidates for backport I assume it is fine
> to include recent libxl improvements and bug fixes in a single commit.
> I can break this up if that assumption is wrong.

Your assumption is absolutely correct, it's preferable to have them in a single
commit in this case.

ACK

Erik

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