Re: [libvirt] [PATCH 4/6] normalize_xml: New internal API to format device XML

2012-01-09 Thread Eric Blake
On 01/09/2012 07:29 AM, Osier Yang wrote: > --- More details in the commit message might be nice. > src/conf/domain_conf.c | 70 > ++ > src/conf/domain_conf.h |2 + > src/libvirt_private.syms |1 + > 3 files changed, 73 insertions(+), 0

[libvirt] [PATCH 4/6] normalize_xml: New internal API to format device XML

2012-01-09 Thread Osier Yang
--- src/conf/domain_conf.c | 70 ++ src/conf/domain_conf.h |2 + src/libvirt_private.syms |1 + 3 files changed, 73 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 0190a81..f0ed479 100644 --