From 0440fdf8c954e2199ccee9c69afb5ec61203f53d Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Wed, 12 Feb 2014 14:32:13 +0100 Subject: Hardware: added VirtualMachine field to the Chassis provider --- mof/60_LMI_Hardware.mof | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mof') 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") ] -- cgit