Re: [libvirt] [PATCH 01/10] nodeinfo: Introduce linuxGetCPUGlobalPath()

2015-07-20 Thread Peter Krempa
On Fri, Jul 17, 2015 at 18:13:20 +0200, Andrea Bolognani wrote: > This is just a more generic version of linuxGetCPUPresentPath(), > which is now implemented by calling the new function appropriately. > --- > src/nodeinfo.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff

[libvirt] [PATCH 01/10] nodeinfo: Introduce linuxGetCPUGlobalPath()

2015-07-17 Thread Andrea Bolognani
This is just a more generic version of linuxGetCPUPresentPath(), which is now implemented by calling the new function appropriately. --- src/nodeinfo.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 105d7ab..64b12e6 100644 --- a/s