]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
util: promote qemu_egl_rendernode_open() to libqemuutil
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 13 Jul 2018 13:09:06 +0000 (15:09 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Aug 2018 08:51:44 +0000 (10:51 +0200)
commitb1d380372f31672da9318431e84e79bccd8ef3bf
treefa250a5b7e2dd57c9a5c8a18e650d5e8344de8cd
parent242d01336d6e706a26f5370464902a3f8ceba222
util: promote qemu_egl_rendernode_open() to libqemuutil

vhost-user-gpu will share the same code to open a DRM node.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20180713130916.4153-20-marcandre.lureau@redhat.com>

[ kraxel: buildfix: util/drm.o must be CONFIG_OPENGL not CONFIG_LINUX ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
MAINTAINERS
include/qemu/drm.h [new file with mode: 0644]
ui/egl-helpers.c
util/Makefile.objs
util/drm.c [new file with mode: 0644]