Re: [libvirt] [PATCH v2] esx: Simplify VI (vSphere) API and VMware product version handling

2014-11-08 Thread Matthias Bolte
2014-10-24 20:09 GMT+02:00 Eric Blake : > On 10/18/2014 04:08 PM, Matthias Bolte wrote: >> Store version numbers in this format >> >> version = 100 * major + 1000 * minor + micro >> >> produced by virParseVersionString instead of dedicated enums. >> >> Split the complex esxVI_ProductVersion enu

Re: [libvirt] [PATCH v2] esx: Simplify VI (vSphere) API and VMware product version handling

2014-10-24 Thread Eric Blake
On 10/18/2014 04:08 PM, Matthias Bolte wrote: > Store version numbers in this format > > version = 100 * major + 1000 * minor + micro > > produced by virParseVersionString instead of dedicated enums. > > Split the complex esxVI_ProductVersion enum into a simpler > esxVI_ProductLine enum and

[libvirt] [PATCH v2] esx: Simplify VI (vSphere) API and VMware product version handling

2014-10-18 Thread Matthias Bolte
Store version numbers in this format version = 100 * major + 1000 * minor + micro produced by virParseVersionString instead of dedicated enums. Split the complex esxVI_ProductVersion enum into a simpler esxVI_ProductLine enum and a product version number. Relax API and product version numbe