Re: [libvirt] [PATCH 16/24] conf: numa: Avoid re-allocation of the NUMA conf

2015-02-20 Thread Peter Krempa
On Thu, Feb 19, 2015 at 18:17:08 -0500, John Ferlan wrote: > > > On 02/16/2015 01:52 PM, Peter Krempa wrote: > > As the numa object is now always present we can avoid the ad-hoc > > allocation code. > > --- > > src/conf/numa_conf.c | 26 ++ > > 1 file changed, 2 insertion

Re: [libvirt] [PATCH 16/24] conf: numa: Avoid re-allocation of the NUMA conf

2015-02-19 Thread John Ferlan
On 02/16/2015 01:52 PM, Peter Krempa wrote: > As the numa object is now always present we can avoid the ad-hoc > allocation code. > --- > src/conf/numa_conf.c | 26 ++ > 1 file changed, 2 insertions(+), 24 deletions(-) > ACK - although I think this could/should be combi

[libvirt] [PATCH 16/24] conf: numa: Avoid re-allocation of the NUMA conf

2015-02-16 Thread Peter Krempa
As the numa object is now always present we can avoid the ad-hoc allocation code. --- src/conf/numa_conf.c | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/src/conf/numa_conf.c b/src/conf/numa_conf.c index 2a5fb3c..70a38d6 100644 --- a/src/conf/numa_c