[Libvirt-cim] [PATCH 2 of 3] Add "Provider" to end of provider names for indications

Jay Gagnon grendel at linux.vnet.ibm.com
Mon Feb 25 20:57:04 UTC 2008


# HG changeset patch
# User Jay Gagnon <grendel at linux.vnet.ibm.com>
# Date 1203954855 18000
# Node ID 3434ff4b4321cc649d36cb15171cc1e685186f18
# Parent  f09ab8e032c9cac3d3815a0f539f40437c1c115f
Add "Provider" to end of provider names for indications

Not directly related to new std_indication, but some debugging work revealed that the provider name and .so name were identical, which isn't great policy since you can't tell which is which in debug output.

Signed-off-by: Jay Gagnon <grendel at linux.vnet.ibm.com>

diff -r f09ab8e032c9 -r 3434ff4b4321 schema/ComputerSystemIndication.registration
--- a/schema/ComputerSystemIndication.registration	Mon Feb 25 10:54:10 2008 -0500
+++ b/schema/ComputerSystemIndication.registration	Mon Feb 25 10:54:15 2008 -0500
@@ -1,8 +1,8 @@
 # Copyright IBM Corp. 2007
 # Classname Namespace ProviderName ProviderModule ProviderTypes
-Xen_ComputerSystemCreatedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
-Xen_ComputerSystemDeletedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
-Xen_ComputerSystemModifiedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
-KVM_ComputerSystemCreatedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
-KVM_ComputerSystemDeletedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
-KVM_ComputerSystemModifiedIndication root/virt Virt_ComputerSystemIndication Virt_ComputerSystemIndication indication method
+Xen_ComputerSystemCreatedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
+Xen_ComputerSystemDeletedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
+Xen_ComputerSystemModifiedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
+KVM_ComputerSystemCreatedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
+KVM_ComputerSystemDeletedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
+KVM_ComputerSystemModifiedIndication root/virt Virt_ComputerSystemIndicationProvider Virt_ComputerSystemIndication indication method
diff -r f09ab8e032c9 -r 3434ff4b4321 schema/ComputerSystemMigrationIndication.registration
--- a/schema/ComputerSystemMigrationIndication.registration	Mon Feb 25 10:54:10 2008 -0500
+++ b/schema/ComputerSystemMigrationIndication.registration	Mon Feb 25 10:54:15 2008 -0500
@@ -1,4 +1,4 @@
 # Copyright IBM Corp. 2007
 # Classname Namespace ProviderName ProviderModule ProviderTypes
-Xen_ComputerSystemMigrationIndication root/virt Virt_ComputerSystemMigrationIndication Virt_ComputerSystemMigrationIndication indication method
-KVM_ComputerSystemMigrationIndication root/virt Virt_ComputerSystemMigrationIndication Virt_ComputerSystemMigrationIndication indication method
+Xen_ComputerSystemMigrationIndication root/virt Virt_ComputerSystemMigrationIndicationProvider Virt_ComputerSystemMigrationIndication indication method
+KVM_ComputerSystemMigrationIndication root/virt Virt_ComputerSystemMigrationIndicationProvider Virt_ComputerSystemMigrationIndication indication method




More information about the Libvirt-cim mailing list