[libvirt] [PATCH] news: Move entry for libvirt picking DRI devices

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/20190114134342.31267-1-abologna@redhat.com
docs/news.xml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
[libvirt] [PATCH] news: Move entry for libvirt picking DRI devices
Posted by Andrea Bolognani 5 years, 3 months ago
The entry, introduced by commit 3934beb8579c, ended up
inside a comment instead of the XML document proper, and
as such didn't show up in the generated files.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 docs/news.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/news.xml b/docs/news.xml
index 8c608cdc36..90b7e8891e 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -25,19 +25,6 @@
     <section title="New features">
     </section>
     <section title="Improvements">
-      <change>
-        <summary>
-          Start selecting the first available DRI device for OpenGL operations
-        </summary>
-        <description>
-          If OpenGL support is needed (either with SPICE gl enabled or with
-          egl-headless), libvirt is now able to pick the first available DRI
-          device for the job. At the same time, this improvement is also a
-          bugfix as it prevents permission-related issues with regards to our
-          mount namespaces and the default DRI render node's permissions which
-          would normally prevent QEMU from accessing such a device.
-        </description>
-      </change>
     </section>
     <section title="Bug fixes">
     </section>
@@ -112,6 +99,19 @@
           sibling Hyperthread.
         </description>
       </change>
+      <change>
+        <summary>
+          Start selecting the first available DRI device for OpenGL operations
+        </summary>
+        <description>
+          If OpenGL support is needed (either with SPICE gl enabled or with
+          egl-headless), libvirt is now able to pick the first available DRI
+          device for the job. At the same time, this improvement is also a
+          bugfix as it prevents permission-related issues with regards to our
+          mount namespaces and the default DRI render node's permissions which
+          would normally prevent QEMU from accessing such a device.
+        </description>
+      </change>
       <change>
         <summary>
           qemu: Add support for postcopy-requests migration statistics
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Move entry for libvirt picking DRI devices
Posted by Erik Skultety 5 years, 3 months ago
On Mon, Jan 14, 2019 at 02:43:42PM +0100, Andrea Bolognani wrote:
> The entry, introduced by commit 3934beb8579c, ended up
> inside a comment instead of the XML document proper, and
> as such didn't show up in the generated files.
>
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
> Pushed as trivial.

Facepalm. I'm wondering how that happened :D.

Thanks,
Erik

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