]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_validate.c: put IOMMU validation into a new function
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 11 Dec 2020 12:58:28 +0000 (09:58 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 14 Dec 2020 12:39:38 +0000 (09:39 -0300)
commitf99576ca7ffd5c637eeaae7acae72a1d9f8fbc01
tree5778ba906a01a0400584fb821c4699f92bce7aba
parentc54673f7938f994f8174be203b8df51d2129098c
domain_validate.c: put IOMMU validation into a new function

All other validations from virDomainDefValidateInternal() are done
in their own functions. Take IOMMU validation out of the function
body and into its own function.

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