[Libvirt-cim] [PATCH 1 of 2] HostSystem: Added Provider qualifier to mof for OpenWbem support

Heidi Eckhart heidieck at linux.vnet.ibm.com
Tue Dec 18 12:04:35 UTC 2007


# HG changeset patch
# User Heidi Eckhart <heidieck at linux.vnet.ibm.com>
# Date 1197981478 -3600
# Node ID 620a0b90739abfcd605968458fc5bcfe7ada7d6a
# Parent  65312624c9db0b41ec81ccb81a37274cf6901996
HostSystem: Added Provider qualifier to mof for OpenWbem support
Signed-off-by: Heidi Eckhart <heidieck at linux.vnet.ibm.com>

diff -r 65312624c9db -r 620a0b90739a schema/HostSystem.mof
--- a/schema/HostSystem.mof	Tue Dec 18 12:57:26 2007 +0100
+++ b/schema/HostSystem.mof	Tue Dec 18 13:37:58 2007 +0100
@@ -2,7 +2,8 @@
 
 [Description (
 	"A class derived from CIM_ComputerSystem to represent "
-	"the Xen host system.")
+	"the Xen host system."),
+ Provider("cmpi:Virt_HostSystem")
 ]
 class Xen_HostSystem : CIM_ComputerSystem
 {
@@ -10,7 +11,8 @@ class Xen_HostSystem : CIM_ComputerSyste
 
 [Description (
 	"A class derived from CIM_ComputerSystem to represent "
-	"the KVM host system.")
+	"the KVM host system."),
+ Provider("cmpi:Virt_HostSystem")
 ]
 class KVM_HostSystem : CIM_ComputerSystem
 {




More information about the Libvirt-cim mailing list