Re: [libvirt] [PATCH 08/10] nodeinfo: Use nodeGetOnlineCPUBitmap() when parsing node

2015-07-20 Thread Peter Krempa
On Fri, Jul 17, 2015 at 18:13:27 +0200, Andrea Bolognani wrote: > No need to look up the online status of each CPU separately when we > can get all the information in one go. > --- > src/nodeinfo.c | 16 +++- > 1 file changed, 7 insertions(+), 9 deletions(-) > ACK, Peter signature

[libvirt] [PATCH 08/10] nodeinfo: Use nodeGetOnlineCPUBitmap() when parsing node

2015-07-17 Thread Andrea Bolognani
No need to look up the online status of each CPU separately when we can get all the information in one go. --- src/nodeinfo.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 61a3b33..eceecc6 100644 --- a/src/nodeinfo.c +++