]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: put virtPortProfile struct / functions in a common location
authorLaine Stump <laine@laine.org>
Wed, 29 Jun 2011 04:38:10 +0000 (00:38 -0400)
committerLaine Stump <laine@laine.org>
Thu, 21 Jul 2011 18:46:33 +0000 (14:46 -0400)
commita3d95b550bf6a1fa032d7cc70352c88685670bac
tree6a9aa6713565f3a9d7685d64e423d735347d0528
parent6fe5fde2922405176fbe9315971ab818193af0e0
conf: put virtPortProfile struct / functions in a common location

virtPortProfiles are currently only used in the domain XML, but will
soon also be used in the network XML. To prepare for that change, this
patch moves the structure definition into util/network.h and the parse
and format functions into util/network.c (I decided that this was a
better choice than macvtap.h/c for something that needed to always be
available on all platforms).
docs/schemas/Makefile.am
docs/schemas/domain.rng
docs/schemas/networkcommon.rng [new file with mode: 0644]
libvirt.spec.in
mingw32-libvirt.spec.in
src/conf/domain_conf.c
src/libvirt_private.syms
src/util/macvtap.c
src/util/macvtap.h
src/util/network.c
src/util/network.h