Re: [libvirt] [PATCH v2 06/10] conf: Extract UUID parsing into its own function

2015-12-11 Thread Martin Kletzander
On Thu, Dec 10, 2015 at 03:17:01PM -0500, John Ferlan wrote: On 12/01/2015 12:35 PM, Martin Kletzander wrote: Create virDomainDefParseUUID that parses only the UUID from XML definition. This will be used in future patch(es). Signed-off-by: Martin Kletzander ---

Re: [libvirt] [PATCH v2 06/10] conf: Extract UUID parsing into its own function

2015-12-10 Thread John Ferlan
On 12/01/2015 12:35 PM, Martin Kletzander wrote: > Create virDomainDefParseUUID that parses only the UUID from XML > definition. This will be used in future patch(es). > > Signed-off-by: Martin Kletzander > --- > src/conf/domain_conf.c | 64 >

[libvirt] [PATCH v2 06/10] conf: Extract UUID parsing into its own function

2015-12-01 Thread Martin Kletzander
Create virDomainDefParseUUID that parses only the UUID from XML definition. This will be used in future patch(es). Signed-off-by: Martin Kletzander --- src/conf/domain_conf.c | 64 +++--- 1 file changed, 45 insertions(+), 19