From: Geoff Hickey Date: Wed, 16 Jul 2014 22:25:14 +0000 (-0400) Subject: esx: Fix a comment about VSphere versions X-Git-Tag: v1.2.7-rc1~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=325f98aa75ba7ec288670470cdbe5e1072d1287f;p=thirdparty%2Flibvirt.git esx: Fix a comment about VSphere versions Update the VSphere version comment in esx_vi.c for ESX 5.1 and 5.5. --- diff --git a/src/esx/esx_vi.c b/src/esx/esx_vi.c index 3f5becbcb4..c02a293092 100644 --- a/src/esx/esx_vi.c +++ b/src/esx/esx_vi.c @@ -4556,12 +4556,14 @@ esxVI_ProductVersionToDefaultVirtualHWVersion(esxVI_ProductVersion productVersio /* * virtualHW.version compatibility matrix: * - * 4 7 8 API - * ESX 3.5 + 2.5 - * ESX 4.0 + + 4.0 - * ESX 4.1 + + 4.1 - * ESX 5.0 + + + 5.0 - * GSX 2.0 + + 2.5 + * 4 7 8 9 10 API + * ESX 3.5 + 2.5 + * ESX 4.0 + + 4.0 + * ESX 4.1 + + 4.1 + * ESX 5.0 + + + 5.0 + * ESX 5.1 + + + + 5.1 + * ESX 5.5 + + + + + 5.5 + * GSX 2.0 + + 2.5 */ switch (productVersion) { case esxVI_ProductVersion_ESX35: