]> git.ipfire.org Git - thirdparty/libvirt.git/commit
macvtap support for libvirt -- parse new interface XML
authorStefan Berger <stefanb@us.ibm.com>
Fri, 12 Feb 2010 17:07:06 +0000 (18:07 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 15 Feb 2010 16:47:28 +0000 (17:47 +0100)
commit78d1ee295d017b8387666694d5e9cd552fe12fbc
tree40322fb4e0b72657b2aab5744198e8ce7cc79c36
parentfd5091db5f42df9590c75b25a65f17c3990ffd60
macvtap support for libvirt -- parse new interface XML

This part adds support to domain_conf.{c|h} for parsing the new
interface XML of type 'direct'. The parsed mode is now stored as
an int.
* src/conf/domain_conf.c src/conf/domain_conf.h: extend parsing code
* src/util/macvtap.h: empty header to not break compilation
src/conf/domain_conf.c
src/conf/domain_conf.h
src/util/macvtap.h [new file with mode: 0644]