[Libvirt-cim] [PATCH V5 02/15] VSSD: add missing property IsFullVirt in schema

Wenchao Xia xiawenc at linux.vnet.ibm.com
Sun Mar 24 07:12:20 UTC 2013


于 2013-3-22 0:56, John Ferlan 写道:
> On 03/20/2013 11:39 PM, Wenchao Xia wrote:
>>    This property is used but not defined, so add it.
>>
>> Signed-off-by: Wenchao Xia <xiawenc at linux.vnet.ibm.com>
>> ---
>>   schema/Virt_VSSD.mof |    3 +++
>>   1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/schema/Virt_VSSD.mof b/schema/Virt_VSSD.mof
>> index baf4ac2..b960450 100644
>> --- a/schema/Virt_VSSD.mof
>> +++ b/schema/Virt_VSSD.mof
>> @@ -27,4 +27,7 @@ class Virt_VirtualSystemSettingData : CIM_VirtualSystemSettingData
>>     [Description ("Flag to determine whether this guest has to be autostarted on reboot")]
>>     uint16 AutoStart;
>>
>> +  [Description ("Flag to determine whether this guest is a full virtualization")]
>> +  boolean IsFullVirt;
>> +
>>   };
>>
>
> Follow up note... Is this "isFullVirt" or "IsFullVirt" - I see it used
> both ways, so I'm confused.
>
   It should be later one, in code it must be miss spelled.

> John
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
>


-- 
Best Regards

Wenchao Xia




More information about the Libvirt-cim mailing list