Re: [libvirt] [PATCH 06/10] linkstate: Add parsing code for new XML element

2011-08-11 Thread Eric Blake
On 08/11/2011 09:27 AM, Peter Krempa wrote: --- src/conf/domain_conf.c | 19 +++ src/conf/domain_conf.h |1 + 2 files changed, 20 insertions(+), 0 deletions(-) This patch is useful, even without the new API. @@ -3077,6 +3081,14 @@ virDomainNetDefParseXML(virCapsPtr c

[libvirt] [PATCH 06/10] linkstate: Add parsing code for new XML element

2011-08-11 Thread Peter Krempa
--- src/conf/domain_conf.c | 19 +++ src/conf/domain_conf.h |1 + 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 010ce57..053f324 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -2748,6