]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: gfx: egl-headless: Introduce a new <gl> subelement
authorErik Skultety <eskultet@redhat.com>
Tue, 27 Nov 2018 07:23:13 +0000 (08:23 +0100)
committerErik Skultety <eskultet@redhat.com>
Mon, 3 Dec 2018 13:56:08 +0000 (14:56 +0100)
commit5f931fe39112129efb1204a1aac60b180ef31b42
treea0a83fbbed8adbb435988f75195e5d50003c5c23
parent0a75de221984b971cb841c6918e6746eb22b1547
conf: gfx: egl-headless: Introduce a new <gl> subelement

Unlike with SPICE and SDL which use the <gl> subelement to enable OpenGL
acceleration, specifying egl-headless graphics in the XML has
essentially the same meaning, thus in case of egl-headless we don't have
a need for the 'enable' element attribute and we'll only be interested
in the 'rendernode' one further down the road.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/qemu/qemu_process.c
tests/qemuxml2argvdata/graphics-egl-headless-rendernode.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/graphics-egl-headless-rendernode.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c