This version fixes most of coments on v1 by DanPB and Martin.
The two things that are not yet done are:
1) docs and
2) support for the xend driver
I will follow up with those tomorrow after I create a testbed for xen.
There are 2 new patches:
1/7: fixes bad comment for a bitmap function
7/7: adds data for the test driver
Peter Krempa (7):
util: Fix docs for virBitmapParse
schema: Make the cpuset type reusable across schema files
schemas: Add schemas for more CPU topology information in the caps XML
conf: Split out NUMA topology formatting to simplify access to data
capabilities: Switch CPU data in NUMA topology to a struct
capabilities: Add additional data to the NUMA topology info
test: Add support for thread and core information for the test driver
docs/schemas/basictypes.rng | 6 +++
docs/schemas/capability.rng | 11 ++++++
docs/schemas/domaincommon.rng | 5 ---
src/conf/capabilities.c | 92 ++++++++++++++++++++++++++++++-------------
src/conf/capabilities.h | 14 ++++++-
src/nodeinfo.c | 75 +++++++++++++++++++++++++++++------
src/qemu/qemu_process.c | 2 +-
src/test/test_driver.c | 24 +++++++++--
src/util/virbitmap.c | 16 ++++----
src/xen/xend_internal.c | 25 ++++++------
10 files changed, 201 insertions(+), 69 deletions(-)
--
1.8.1.1