[libvirt] [PATCH 0/5] interface: clean up some things I noticed

Laine Stump laine at laine.org
Thu Jun 19 10:48:30 UTC 2014


These clean up several issues I noticed when revisiting the interface
parsing/formatting code as a result of Michal's addition of the <link>
element.

Laine Stump (5):
  interface: allow reordering of elements in xml
  interface: report link state for bonds and vlans too
  interface: move parsing of bridge attributes into appropriate function
  interface: clean up virInterfaceDefParseXML
  interface: clean up virInterfaceDefDevFormat

 docs/schemas/interface.rng                      | 292 +++++++++++++-----------
 src/conf/interface_conf.c                       | 166 ++++++--------
 tests/interfaceschemadata/bond.xml              |   1 +
 tests/interfaceschemadata/bridge-no-address.xml |   2 +-
 tests/interfaceschemadata/bridge.xml            |   2 +-
 tests/interfaceschemadata/ethernet-dhcp.xml     |   4 +-
 tests/interfaceschemadata/vlan.xml              |   1 +
 7 files changed, 233 insertions(+), 235 deletions(-)

-- 
1.9.3




More information about the libvir-list mailing list