From: Erik Skultety Date: Thu, 22 Nov 2018 16:36:10 +0000 (+0100) Subject: docs: Provide news update for libvirt being able to pick a DRI device X-Git-Tag: v5.0.0-rc1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3934beb8579cd9c5dd12ef21f520388a6bf4e6c8;p=thirdparty%2Flibvirt.git docs: Provide news update for libvirt being able to pick a DRI device Signed-off-by: Erik Skultety --- diff --git a/docs/news.xml b/docs/news.xml index 28d0704c41..a599ff47bd 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -25,6 +25,19 @@
+ + + Start selecting the first available DRI device for OpenGL operations + + + 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. + +