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

2015-07-22 Thread Peter Krempa
On Mon, Jul 20, 2015 at 18:37:26 +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. > > No behavioral change. > --- > src/libvirt_private.syms | 2 +- > src/nodeinfo.c

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

2015-07-20 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. No behavioral change. --- src/libvirt_private.syms | 2 +- src/nodeinfo.c | 6 +++--- src/nodeinfo.h | 2 +- 3 files changed, 5 insertions