Another spin of the series. Difference to previous version:
- remove redundant init of some structures
- add graceful behavior if topology cannot be discovered
- fix incorrect usage of virBitmapParse
I'm working on adding more docs for the capabilities XML and the support for the xend
driver.
Peter Krempa (6):
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 | 94 ++++++++++++++++++++++++++++++-------------
src/conf/capabilities.h | 16 +++++++-
src/libvirt_private.syms | 1 +
src/nodeinfo.c | 85 ++++++++++++++++++++++++++++++++------
src/qemu/qemu_process.c | 2 +-
src/test/test_driver.c | 24 +++++++++--
src/xen/xend_internal.c | 21 +++++-----
10 files changed, 204 insertions(+), 61 deletions(-)
--
1.8.1.1