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

2014-10-18 Thread Matthias Bolte
2014-10-18 23:11 GMT+02:00 Matthias Bolte : > Store version numbers in this format > > version = 100 * major + 1000 * minor + micro > > produces by virParseVersionString instead of dedicated enums. > > Split the complex esxVI_ProductVersion enum into a simpler > sxVI_ProductLine enum and a prod

[libvirt] [PATCH] 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 produces by virParseVersionString instead of dedicated enums. Split the complex esxVI_ProductVersion enum into a simpler sxVI_ProductLine enum and a product version number. Relax API and product version number