mirror of https://gitee.com/openkylin/libvirt.git
news: Move entry for libvirt picking DRI devices
The entry, introduced by commit 3934beb857
, 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>
This commit is contained in:
parent
d40b820c5d
commit
0f17023ac7
|
@ -25,19 +25,6 @@
|
||||||
<section title="New features">
|
<section title="New features">
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<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>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
</section>
|
</section>
|
||||||
|
@ -112,6 +99,19 @@
|
||||||
sibling Hyperthread.
|
sibling Hyperthread.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
qemu: Add support for postcopy-requests migration statistics
|
qemu: Add support for postcopy-requests migration statistics
|
||||||
|
|
Loading…
Reference in New Issue