]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: move qemuBuildSgaCommandLine validation to qemu_domain.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 9 Dec 2019 23:15:20 +0000 (20:15 -0300)
committerCole Robinson <crobinso@redhat.com>
Mon, 16 Dec 2019 22:50:59 +0000 (17:50 -0500)
commit576ba03c27a33addee55c3139f1bc5df5d0ed709
tree227241ca701099b74b5d2428423eea3efc90768d
parentf64d67cdc5165b6b1e5fa7b4d73b2edd7246ffb4
qemu: command: move qemuBuildSgaCommandLine validation to qemu_domain.c

Move QEMU caps validation of qemuBuildSgaCommandLine() to
qemuDomainDefValidate(), allowing validation at 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