Re: [libvirt] [PATCH 2/9] conf: Extract code filling data for virDomainGetVcpuPinInfo

2016-03-08 Thread Peter Krempa
On Fri, Mar 04, 2016 at 07:30:01 -0500, John Ferlan wrote: > > > On 02/24/2016 09:22 AM, Peter Krempa wrote: > > The implementation of the inner guts of the function is similar for all > > drivers, so we can add a helper and not have to reimplement it three > > times. > > --- > > src/conf/domain

Re: [libvirt] [PATCH 2/9] conf: Extract code filling data for virDomainGetVcpuPinInfo

2016-03-04 Thread John Ferlan
On 02/24/2016 09:22 AM, Peter Krempa wrote: > The implementation of the inner guts of the function is similar for all > drivers, so we can add a helper and not have to reimplement it three > times. > --- > src/conf/domain_conf.c | 64 > > src/c

[libvirt] [PATCH 2/9] conf: Extract code filling data for virDomainGetVcpuPinInfo

2016-02-24 Thread Peter Krempa
The implementation of the inner guts of the function is similar for all drivers, so we can add a helper and not have to reimplement it three times. --- src/conf/domain_conf.c | 64 src/conf/domain_conf.h | 8 ++ src/libvirt_private.syms |