Re: [libvirt] [PATCHv2 10/10] nodeinfo: Remove libnuma include

2013-11-05 Thread Eric Blake
On 11/04/2013 05:36 AM, Ján Tomko wrote: > On 10/18/2013 05:05 PM, Peter Krempa wrote: >> Now that all libnuma functions used by libvirt are wrapped in virNuma we >> can remove the dependancy from nodeinfo. >> --- >> src/nodeinfo.c | 26 -- >> 1 file changed, 26 deletions(-

Re: [libvirt] [PATCHv2 10/10] nodeinfo: Remove libnuma include

2013-11-04 Thread Peter Krempa
On 11/04/13 13:36, Ján Tomko wrote: > On 10/18/2013 05:05 PM, Peter Krempa wrote: >> Now that all libnuma functions used by libvirt are wrapped in virNuma we >> can remove the dependancy from nodeinfo. >> --- >> src/nodeinfo.c | 26 -- >> 1 file changed, 26 deletions(-) >>

Re: [libvirt] [PATCHv2 10/10] nodeinfo: Remove libnuma include

2013-11-04 Thread Ján Tomko
On 10/18/2013 05:05 PM, Peter Krempa wrote: > Now that all libnuma functions used by libvirt are wrapped in virNuma we > can remove the dependancy from nodeinfo. > --- > src/nodeinfo.c | 26 -- > 1 file changed, 26 deletions(-) > > diff --git a/src/nodeinfo.c b/src/nodeinf

Re: [libvirt] [PATCHv2 10/10] nodeinfo: Remove libnuma include

2013-10-28 Thread Daniel P. Berrange
On Fri, Oct 18, 2013 at 05:05:50PM +0200, Peter Krempa wrote: > Now that all libnuma functions used by libvirt are wrapped in virNuma we > can remove the dependancy from nodeinfo. > --- > src/nodeinfo.c | 26 -- > 1 file changed, 26 deletions(-) ACK Daniel -- |: http://b

[libvirt] [PATCHv2 10/10] nodeinfo: Remove libnuma include

2013-10-18 Thread Peter Krempa
Now that all libnuma functions used by libvirt are wrapped in virNuma we can remove the dependancy from nodeinfo. --- src/nodeinfo.c | 26 -- 1 file changed, 26 deletions(-) diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 7e75611..87edf67 100644 --- a/src/nodeinfo.c +++