]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf.c: move virDomainVideoDefValidate() to domain_validate.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Tue, 8 Dec 2020 19:45:25 +0000 (16:45 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 9 Dec 2020 12:51:51 +0000 (09:51 -0300)
commit212c58b20ea36591005a5a8f7c228b49253265b5
tree084f21d9ab5cd6ad936de011923f3670f3aa6150
parent88bbae85f9de289262e730a017f00b65526a4ea7
domain_conf.c: move virDomainVideoDefValidate() to domain_validate.c

We'll add more video validations into the function in the next
patch. Let's move it beforehand to domain_validate.c.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/conf/domain_conf.c
src/conf/domain_validate.c
src/conf/domain_validate.h