[Libvirt-cim] [PATCH 1 of 2] Added association SAPAvailableForElement (ComputerSystem <-> KVMRedirectionSAP)

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon Dec 15 16:20:01 UTC 2008


>  INTEROP_MOFS = \
>  	schema/ComputerSystem.mof \
> @@ -75,7 +76,8 @@
>  	schema/RegisteredProfile.mof \
>  	schema/ComputerSystem.mof \
>  	schema/ElementConformsToProfile.mof \
> -	schema/HostedAccessPoint.mof
> +	schema/HostedAccessPoint.mof \
> +	schema/SAPAvailableForElement.mof

SAPAvailableForElement does not need to be added to the CIMV2 mof list.

> 
>  INTEROP_REGS = \
>  	schema/RegisteredProfile.registration \
> @@ -138,7 +141,8 @@
>  	schema/HostedService.registration \
>  	schema/HostedDependency.registration \
>  	schema/ElementConformsToProfile.registration \
> -	schema/HostedAccessPoint.registration
> +	schema/HostedAccessPoint.registration \
> +	schema/SAPAvailableForElement.registration

Same goes for the CIMV2 registration list.

> diff -r 35c891ed2c4c -r 04d227787570 schema/SAPAvailableForElement.registration
> --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> +++ b/schema/SAPAvailableForElement.registration	Fri Dec 12 19:45:20 2008 -0200
> @@ -0,0 +1,8 @@
> +# Copyright IBM Corp. 2007
> +# Classname Namespace ProviderName ProviderModule ProviderTypes
> +Xen_SAPAvailableForElement root/virt Virt_SAPAvailableForElement Virt_SAPAvailableForElement association
> +KVM_SAPAvailableForElement root/virt Virt_SAPAvailableForElement Virt_SAPAvailableForElement association
> +LXC_SAPAvailableForElement root/virt Virt_SAPAvailableForElement Virt_SAPAvailableForElement association
> +Xen_SAPAvailableForElement root/cimv2 Virt_SAPAvailableForElement Virt_SAPAvailableForElement association
> +KVM_SAPAvailableForElement root/cimv2 Virt_SAPAvailableForElement Virt_SAPAvailableForElement association
> +LXC_SAPAvailableForElement root/cimv2 Virt_SAPAvailableForElement Virt_SAPAvailableForElement association

This provider doesn't need to be to be registered to the cimv2 namespace.

SAPAvailableForElement doesn't associate any cimv2 classes.

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list