]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: move all DeviceDefValidateInternal() helpers to domain_validate
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 11 Dec 2020 10:39:00 +0000 (07:39 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 14 Dec 2020 12:35:07 +0000 (09:35 -0300)
commit5fbf93655e191bfcbf3137cdb1ce998aa3d46906
tree8bcc438c760701d851df7024a219b3d39205f714
parent69f30cfc678f93d0636d068dd0ada8be1a0b724c
domain_conf: move all DeviceDefValidateInternal() helpers to domain_validate

Moving all remaining static helpers of virDomainDeviceDefValidateInternal()
will allow the next patch to move the function itself, and
virDomainDeviceDefValidate(), 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