docs: Provide news update for libvirt being able to pick a DRI device

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety 2018-11-22 17:36:10 +01:00
parent 3163de7d0e
commit 3934beb857

View File

@ -25,6 +25,19 @@
<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>