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

Richard Maciel richardm at br.ibm.com
Fri Dec 5 18:17:02 UTC 2008


# HG changeset patch
# User Richard Maciel <richardm at br.ibm.com>
# Date 1228248506 7200
# Node ID 5e175056b75e0b68f67fa716df8c823a396e9bb7
# Parent  1a7e6cb35c2e18287f85b365e08508997baaa93d
Added ServiceAccessBySAP association (ConsoleRedirectionService <-> KVMRedirectionSAP)

* Created mof and registration files
* Changed Makefile to use newly created files

Changes for submission #2
* Removed registration for CIMV2 in ServiceAccessBySAP.registration file

Changes for submission #3
* Fixed indents in the Makefile.am

Changes for submission #4
* Fixed all wrong indents in the Makefile.am

Changes for submission #5
* Reverts all other indents changes. This patch now only changes indent related
to the code submitted

Signed-off-by: Richard Maciel <richardm at br.ibm.com>

diff -r 1a7e6cb35c2e -r 5e175056b75e Makefile.am
--- a/Makefile.am	Fri Dec 05 16:12:09 2008 -0200
+++ b/Makefile.am	Tue Dec 02 18:08:26 2008 -0200
@@ -52,7 +52,8 @@
         schema/PointingDevice.mof \
         schema/GraphicsPool.mof \
         schema/InputPool.mof \
-        schema/HostedAccessPoint.mof
+        schema/HostedAccessPoint.mof \
+        schema/ServiceAccessBySAP.mof
 
 INTEROP_MOFS = \
 	schema/ComputerSystem.mof \
@@ -123,7 +124,8 @@
         schema/PointingDevice.registration \
         schema/GraphicsPool.registration \
         schema/InputPool.registration \
-        schema/HostedAccessPoint.registration
+        schema/HostedAccessPoint.registration \
+        schema/ServiceAccessBySAP.registration
 
 INTEROP_REGS = \
 	schema/RegisteredProfile.registration \
diff -r 1a7e6cb35c2e -r 5e175056b75e schema/ServiceAccessBySAP.mof
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/ServiceAccessBySAP.mof	Tue Dec 02 18:08:26 2008 -0200
@@ -0,0 +1,22 @@
+// Copyright IBM Corp. 2007
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class Xen_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class KVM_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class LXC_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
diff -r 1a7e6cb35c2e -r 5e175056b75e schema/ServiceAccessBySAP.registration
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/ServiceAccessBySAP.registration	Tue Dec 02 18:08:26 2008 -0200
@@ -0,0 +1,6 @@
+# Copyright IBM Corp. 2007
+# Classname Namespace ProviderName ProviderModule ProviderTypes
+Xen_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP association
+KVM_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP association
+LXC_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP association
+




More information about the Libvirt-cim mailing list