Re: [libvirt] [PATCH 1/8] conf: New helper virDomainDiskSourceDefFormat to format the disk source

2013-04-05 Thread John Ferlan
On 04/04/2013 03:37 PM, Osier Yang wrote: > The code to format disk source is long enough to have a helper. > --- > src/conf/domain_conf.c | 174 > ++--- > 1 file changed, 92 insertions(+), 82 deletions(-) > ACK John -- libvir-list mailing list libv

[libvirt] [PATCH 1/8] conf: New helper virDomainDiskSourceDefFormat to format the disk source

2013-04-04 Thread Osier Yang
The code to format disk source is long enough to have a helper. --- src/conf/domain_conf.c | 174 ++--- 1 file changed, 92 insertions(+), 82 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index cc26f21..8288959 100644 --- a/sr