Add Xen/KVM/LXC_ControllerResourceAllocationSettingData classes for
controller device operation. So far there are two variables (type and
model) could be operated by calling API.
Xu Wang (3):
libxutil: Controller Support
RASD: Schema and Provider Support for Controller RASDs
VSMS: Support for domains with controller devices
libxkutil/device_parsing.c | 62 ++++++++++++++++++++-
libxkutil/device_parsing.h | 9 +++
libxkutil/xmlgen.c | 28 +++++++++
schema/ResourceAllocationSettingData.mof | 27 +++++++++
schema/ResourceAllocationSettingData.registration | 3 +
src/Virt_RASD.c | 24 ++++++++
src/Virt_VirtualSystemManagementService.c | 44 +++++++++++++++
src/svpc_types.h | 4 +-
8 files changed, 199 insertions(+), 2 deletions(-)