]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: move virHostdevIs functions
authorJán Tomko <jtomko@redhat.com>
Sun, 16 Feb 2020 22:25:26 +0000 (23:25 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2020 15:47:21 +0000 (16:47 +0100)
commit4ccc69707e9e4a16d66c1bc7b5de55bc3943e3dd
tree96459a4cdb8920ab2a4a1d590a8b0f2ceb939bcf
parenta1c262851324cf9e655e30a1fa0fb0ae68598cc1
conf: move virHostdevIs functions

Currently they live in util/virhostdev.
However the virhostdev module is wrongly placed
in util, which is below conf/ in our hierarchy.

Move the functions that are actually used in conf/
to conf/ and remove the include of virhostdev.h
from domain_conf.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/util/virhostdev.c
src/util/virhostdev.h