Re: [libvirt] [PATCH 02/10] nodeinfo: Introduce linuxGetCPUOnlinePath()

2015-07-20 Thread Andrea Bolognani
On Mon, 2015-07-20 at 11:34 +0200, Peter Krempa wrote: > > > @@ -973,6 +973,9 @@ linuxGetCPUGlobalPath(const char *sysfs_prefix, > > # define linuxGetCPUPresentPath(sysfs_prefix)\ > > linuxGetCPUGlobalPath(sysfs_prefix, "present") > > > > +# define linuxGetCPUOnlinePath(sysfs_p

Re: [libvirt] [PATCH 02/10] nodeinfo: Introduce linuxGetCPUOnlinePath()

2015-07-20 Thread Peter Krempa
On Fri, Jul 17, 2015 at 18:13:21 +0200, Andrea Bolognani wrote: > --- > src/nodeinfo.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/nodeinfo.c b/src/nodeinfo.c > index 64b12e6..7a12d54 100644 > --- a/src/nodeinfo.c > +++ b/src/nodeinfo.c > @@ -973,6 +973,9 @@ l

[libvirt] [PATCH 02/10] nodeinfo: Introduce linuxGetCPUOnlinePath()

2015-07-17 Thread Andrea Bolognani
--- src/nodeinfo.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 64b12e6..7a12d54 100644 --- a/src/nodeinfo.c +++ b/src/nodeinfo.c @@ -973,6 +973,9 @@ linuxGetCPUGlobalPath(const char *sysfs_prefix, # define linuxGetCPUPresentPath(sy