]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: move qemuBuildGraphicsEGLHeadlessCommandLine validation to qemu_domain.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 18 Dec 2019 00:36:01 +0000 (21:36 -0300)
committerCole Robinson <crobinso@redhat.com>
Wed, 18 Dec 2019 17:54:56 +0000 (12:54 -0500)
commit379e955eb84005c413c350154d02cf14a659fac7
tree8613bb82f188e506a7544d2b4663fd7a8712a4ad
parent2acbbd821b7dfe34c5eb768a65515dcedc4c6903
qemu: command: move qemuBuildGraphicsEGLHeadlessCommandLine validation to qemu_domain.c

Move EGL Headless validation from qemuBuildGraphicsEGLHeadlessCommandLine()
to qemuDomainDeviceDefValidateGraphics(). This function is called by
qemuDomainDefValidate(), validating the graphics parameters in domain
define time.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c