[libvirt] [PATCH] news: Update for 5.0.0 release

Andrea Bolognani posted 1 patch 5 years, 3 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190114165141.32396-1-abologna@redhat.com
docs/news.xml | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
[libvirt] [PATCH] news: Update for 5.0.0 release
Posted by Andrea Bolognani 5 years, 3 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/news.xml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 90b7e8891e..324b267656 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -45,6 +45,16 @@
           trunking configuration.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Report whether KVM nesting is available
+        </summary>
+        <description>
+          Running nested KVM guests requires specific configuration steps to
+          be performed on the host; libvirt will now report in the host
+          capabilities whether KVM nesting support is available.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
@@ -99,6 +109,17 @@
           sibling Hyperthread.
         </description>
       </change>
+      <change>
+        <summary>
+          libxl: Handle external domain destroy
+        </summary>
+        <description>
+          Historically, if a domain was destroyed using <code>xl</code>
+          rather than through libvirt APIs, libvirt would not be aware of
+          the fact and keep considering it as running. This is no longer the
+          case.
+        </description>
+      </change>
       <change>
         <summary>
           Start selecting the first available DRI device for OpenGL operations
@@ -123,6 +144,23 @@
       </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          lxc: Don't forbid interfaces with type=direct
+        </summary>
+        <description>
+          Such interfaces are supported by lxc and should be allowed.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Fully clean up RNG devices on detach
+        </summary>
+        <description>
+          Some RNG device types, such as those using EGD, might need extra
+          clean up on the host in addition to removing the guest-side device.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v4.10.0" date="2018-12-03">
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Update for 5.0.0 release
Posted by Michal Privoznik 5 years, 3 months ago
On 1/14/19 5:51 PM, Andrea Bolognani wrote:
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  docs/news.xml | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)

ACK and safe for freeze.

Michal

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