Re: [libvirt] [PATCHv3 05/16] Allow network capabilities hostdev to configure IP addresses

2014-10-29 Thread Daniel P. Berrange
On Tue, Oct 28, 2014 at 04:45:21PM -0600, Cedric Bosdonnat wrote: > Hi Daniel, > > On Wed, 2014-10-22 at 11:09 +0100, Daniel P. Berrange wrote: > > It would be nice if we can share the parsing of this with the parsingdone > > in the xml block. Since the XML schema is the same, I'd expect > > we c

Re: [libvirt] [PATCHv3 05/16] Allow network capabilities hostdev to configure IP addresses

2014-10-28 Thread Cedric Bosdonnat
Hi Daniel, On Wed, 2014-10-22 at 11:09 +0100, Daniel P. Berrange wrote: > It would be nice if we can share the parsing of this with the parsingdone > in the xml block. Since the XML schema is the same, I'd expect > we can have a single function that contains everything from the > virXPathNodeSet

Re: [libvirt] [PATCHv3 05/16] Allow network capabilities hostdev to configure IP addresses

2014-10-22 Thread Daniel P. Berrange
On Fri, Oct 10, 2014 at 02:03:57PM +0200, Cédric Bosdonnat wrote: > --- > docs/formatdomain.html.in| 12 +++-- > docs/schemas/domaincommon.rng| 23 +++--- > src/conf/domain_conf.c | 47 > > src/conf/domain_conf

[libvirt] [PATCHv3 05/16] Allow network capabilities hostdev to configure IP addresses

2014-10-10 Thread Cédric Bosdonnat
--- docs/formatdomain.html.in| 12 +++-- docs/schemas/domaincommon.rng| 23 +++--- src/conf/domain_conf.c | 47 src/conf/domain_conf.h | 2 ++ tests/lxcxml2xmldata/lxc-hostdev.xml | 2 ++ 5 files