This is the prerequisite patches I promised, plus v3 of patches
7-8 of 9 from Viktor's v2 series (1-6 are already committed,
and patch 9 for python bindings I'm leaving for Viktor to touch up).
Eric Blake (2):
bitmap: add virBitmapCountBits
nodeinfo: improve probing node cpu bitmap
Viktor Mihajlovski (2):
virNodeGetCPUMap: Implement support function in nodeinfo
virNodeGetCPUMap: Implement driver support
src/libvirt_private.syms | 4 +-
src/lxc/lxc_driver.c | 1 +
src/nodeinfo.c | 104 +++++++++++++++++++++++++++++++++------------
src/nodeinfo.h | 11 +++--
src/openvz/openvz_driver.c | 1 +
src/qemu/qemu_driver.c | 7 +--
src/test/test_driver.c | 31 ++++++++++++++
src/uml/uml_driver.c | 1 +
src/util/bitmap.c | 26 ++++++++++--
src/util/bitmap.h | 6 ++-
tests/virbitmaptest.c | 7 +++
11 files changed, 162 insertions(+), 37 deletions(-)
--
1.7.11.7