]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_validate: Move virDomainCheckVirtioOptionsAreAbsent() a few lines forward
authorKristina Hanicova <khanicov@redhat.com>
Wed, 10 Mar 2021 16:42:50 +0000 (17:42 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Mar 2021 14:03:01 +0000 (15:03 +0100)
commitb5d25b81838e1854c5bd3761b4b4d735585e4d99
treefd4868c895520d9768d3eb2a119f04a324146e38
parente6c6efc2088c24ebeff73f853f50e1baedf4e242
domain_validate: Move virDomainCheckVirtioOptionsAreAbsent() a few lines forward

Move this function in order to use it in the next patch before
its previous declaration.

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_validate.c