Re: [libvirt] [PATCH 06/10] nodeinfo: Rename nodeGetCPUBitmap() to nodeGetOnlineCPUBitmap()

2015-07-20 Thread Peter Krempa
On Fri, Jul 17, 2015 at 18:13:25 +0200, Andrea Bolognani wrote: > The new name makes it clear that the returned bitmap contains the > information about which CPUs are online, not eg. which CPUs are > present. > > Change the name of the out parameter from max_id, which didn't > reflect the actual v

[libvirt] [PATCH 06/10] nodeinfo: Rename nodeGetCPUBitmap() to nodeGetOnlineCPUBitmap()

2015-07-17 Thread Andrea Bolognani
The new name makes it clear that the returned bitmap contains the information about which CPUs are online, not eg. which CPUs are present. Change the name of the out parameter from max_id, which didn't reflect the actual value returned, to size. Update the error message as well. No functional cha