On 03/03/2014 02:38 AM, Xu Wang wrote:
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(-)
The "need" for this just ratcheted up a bit since for RHEL7 the PCI
controller must be defined for "new" or "changed" XML. There is a BZ
assigned to me now -
https://bugzilla.redhat.com/show_bug.cgi?id=1075874
Of course the window of opportunity to get changes in is very small.
Hopefully we can come to a resolution on this set of changes rather
quickly - I don't mind jumping in to assist if you are time constrained
since at least work is started.
John