Re: [libvirt] [PATCH 04/14] qemu: Factor out body of qemuDomainSetMetadata 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 | 85

[libvirt] [PATCH 04/14] qemu: Factor out body of qemuDomainSetMetadata 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 | 85 src/conf/domain_conf.h | 10 +++