Re: [libvirt] [PATCH 03/14] qemu: Factor out body of qemuDomainGetMetadata for universal use

2013-09-16 Thread Eric Blake
On 09/10/2013 04:15 AM, Peter Krempa wrote: The function impelemnted common behavior that can be reused for other s/impelemnted/implemented/ hypervisor drivers that use the virDomainObj data structures. Factor out the core into a separate helper func. --- src/conf/domain_conf.c | 55

[libvirt] [PATCH 03/14] qemu: Factor out body of qemuDomainGetMetadata for universal use

2013-09-10 Thread Peter Krempa
The function impelemnted common behavior that can be reused for other hypervisor drivers that use the virDomainObj data structures. Factor out the core into a separate helper func. --- src/conf/domain_conf.c | 55 src/conf/domain_conf.h | 7