]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: capabilities: Fill egl-headless graphics support only when it's really supported
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Jun 2021 09:47:01 +0000 (11:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 18 Jun 2021 07:16:16 +0000 (09:16 +0200)
commitc3e578b2ef007e11168b613bed35ed09d93e2472
treebe23c26f72848b9cf22e4b5b3e1c30bd5f4a36a7
parent4c3127695d8d7e145b97807d23db900c798020a1
qemu: capabilities: Fill egl-headless graphics support only when it's really supported

virQEMUCapsFillDomainDeviceGraphicsCaps fills data needed both for
validation of the graphics type and also for correct display in the
(dom)capablities XML.

Signal the support for egl-headless only when qemu has the capability.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
src/qemu/qemu_capabilities.c