[libvirt] [PATCH v3] hyperv: recognize array property as distinct type.

2017-04-18 Thread Dawid Zamirski
When hyperv code generator for WMI classes identifies common properties, it needs to take into account array type as a distinct type, i.e string != string[]. This is the case where v1 of the Msvm_VirtualSystemSettingData has Notes property as string whereas v2 uses Notes[], therefore they have to b

Re: [libvirt] [PATCH v3] hyperv: recognize array property as distinct type.

2017-04-18 Thread Matthias Bolte
2017-04-18 16:56 GMT+02:00 Dawid Zamirski : > When hyperv code generator for WMI classes identifies common > properties, it needs to take into account array type as a distinct > type, i.e string != string[]. This is the case where v1 of the > Msvm_VirtualSystemSettingData has Notes property as stri