]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Move entry for libvirt picking DRI devices
authorAndrea Bolognani <abologna@redhat.com>
Mon, 14 Jan 2019 13:32:31 +0000 (14:32 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 14 Jan 2019 13:32:53 +0000 (14:32 +0100)
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>
docs/news.xml

index 8c608cdc36c6c60c0de163dd18f576cfc9ef8935..90b7e8891ef73fa59ab389ff55f382684bda220f 100644 (file)
     <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>
           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