[Libvirt-cim] [PATCH 17 of 29] Signed-off-by: Heidi Eckhart <heidieck at linux.vnet.ibm.com>

Heidi Eckhart heidieck at linux.vnet.ibm.com
Wed Dec 19 12:20:08 UTC 2007


# HG changeset patch
# User Heidi Eckhart <heidieck at linux.vnet.ibm.com>
# Date 1198066756 -3600
# Node ID 7b9de95b191d6d72b1140e55622e4a5f9ccde81e
# Parent  af0fdc34cdc05deb3d03ddf31713a96007f49284
Signed-off-by: Heidi Eckhart <heidieck at linux.vnet.ibm.com>

diff -r af0fdc34cdc0 -r 7b9de95b191d schema/ResourceAllocationFromPool.mof
--- a/schema/ResourceAllocationFromPool.mof	Wed Dec 19 13:16:21 2007 +0100
+++ b/schema/ResourceAllocationFromPool.mof	Wed Dec 19 13:19:16 2007 +0100
@@ -1,11 +1,15 @@
 // Copyright IBM Corp. 2007
 
-[Association]
+[Association,
+ Provider("cmpi::Virt_ResourceAllocationFromPool")
+]
 class Xen_ResourceAllocationFromPool : CIM_ResourceAllocationFromPool
 {
 };
 
-[Association]
+[Association,
+ Provider("cmpi::Virt_ResourceAllocationFromPool")
+]
 class KVM_ResourceAllocationFromPool : CIM_ResourceAllocationFromPool
 {
 };
diff -r af0fdc34cdc0 -r 7b9de95b191d schema/ResourceAllocationFromPool.registration
--- a/schema/ResourceAllocationFromPool.registration	Wed Dec 19 13:16:21 2007 +0100
+++ b/schema/ResourceAllocationFromPool.registration	Wed Dec 19 13:19:16 2007 +0100
@@ -1,4 +1,4 @@
 # Copyright IBM Corp. 2007
 # Classname Namespace ProviderName ProviderModule ProviderTypes
-Xen_ResourceAllocationFromPool root/virt Virt_ResourceAllocationFromPoolProvider Virt_ResourceAllocationFromPool association
-KVM_ResourceAllocationFromPool root/virt Virt_ResourceAllocationFromPoolProvider Virt_ResourceAllocationFromPool association
\ No newline at end of file
+Xen_ResourceAllocationFromPool root/virt Virt_ResourceAllocationFromPool Virt_ResourceAllocationFromPool association
+KVM_ResourceAllocationFromPool root/virt Virt_ResourceAllocationFromPool Virt_ResourceAllocationFromPool association
\ No newline at end of file
diff -r af0fdc34cdc0 -r 7b9de95b191d src/Virt_ResourceAllocationFromPool.c
--- a/src/Virt_ResourceAllocationFromPool.c	Wed Dec 19 13:16:21 2007 +0100
+++ b/src/Virt_ResourceAllocationFromPool.c	Wed Dec 19 13:19:16 2007 +0100
@@ -290,7 +290,11 @@ static struct std_assoc *handlers[] = {
         NULL
 };
 
-STDA_AssocMIStub(, Virt_ResourceAllocationFromPoolProvider, _BROKER, libvirt_cim_init(), handlers);
+STDA_AssocMIStub(, 
+                 Virt_ResourceAllocationFromPool,
+                 _BROKER,
+                 libvirt_cim_init(),
+                 handlers);
 
 /*
  * Local Variables:




More information about the Libvirt-cim mailing list