summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof5
1 files changed, 4 insertions, 1 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 4639978..977ddad 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -511,7 +511,7 @@ class LMI_MemorySystemDevice: CIM_SystemDevice
* Physical Asset
*/
-[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Chassis") ]
+[ Version("0.3.0"), Provider("cmpi:cmpiLMI_Chassis") ]
class LMI_Chassis: CIM_Chassis
{
[ Implemented(true), Description("Product name.") ]
@@ -567,6 +567,9 @@ class LMI_Chassis: CIM_Chassis
[ Implemented(true), Override("NumberOfPowerCords") ]
uint16 NumberOfPowerCords;
+
+ [ Implemented(true), Description("Type of virtualization technology.") ]
+ string VirtualMachine;
};
[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Baseboard") ]