On Thu, Nov 22, 2018 at 05:36:07PM +0100, Erik Skultety wrote:
+
+ /* Until QEMU 3.1, there wasn't any support for the 'rendernode' option
on
+ * the cmdline, so don't bother picking one, the user is responsible for
+ * ensuring the correct permissions on the DRI devices.
+ */
+ if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_EGL_HEADLESS_RENDERNODE)) {
+
+ /* we must populate @def so we actually have something to relabel */
+ graphics->data.egl_headless.rendernode = virHostGetDRMRenderNode();
qemuProcessPrepareDomain
Jano