]> git.proxmox.com Git - qemu-server.git/commit
check prerequisites for virtio-gl display
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 29 Apr 2022 16:50:07 +0000 (18:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 May 2022 15:15:42 +0000 (17:15 +0200)
commit9f979d9f3162b91045dcffc28674b5c10fe05c96
treed27a79c7388d56f0602fa5a25c96515c62a32660
parent96670745a62412ddbb4f66ded1789fc855fbf8c4
check prerequisites for virtio-gl display

and exit early if they are not met.
The necessary libraries were taken from Thomas' post in our community
forum:
https://forum.proxmox.com/threads/.61801/post-466767 (ff)

The /dev/dri/renderD.* check is based on util/drm.c in the current
qemu source code.

Suggested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/QemuServer.pm