From: Oliver Kurth Date: Mon, 4 May 2020 18:54:12 +0000 (-0700) Subject: Deprecate GUESTLIB_HOST_MEM_KERN_OVHD_MB at ESXi level. X-Git-Tag: stable-11.2.0~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b57bd2d1c9fa37994a562a63be2232af6c4587d;p=thirdparty%2Fopen-vm-tools.git Deprecate GUESTLIB_HOST_MEM_KERN_OVHD_MB at ESXi level. Decided to deprecate GUESTLIB_HOST_MEM_KERN_OVHD_MB. This changeset implements the necessary changes to deprecate the metric at the ESXi level. Will address the deprecation changes in GuestLib SDK/API in a separate changeset. --- diff --git a/open-vm-tools/libguestlib/guestlibV3.x b/open-vm-tools/libguestlib/guestlibV3.x index 71771ad58..1bd8f024e 100644 --- a/open-vm-tools/libguestlib/guestlibV3.x +++ b/open-vm-tools/libguestlib/guestlibV3.x @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2008-2016,2019 VMware, Inc. All rights reserved. + * Copyright (C) 2008-2016,2019-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -84,7 +84,10 @@ enum GuestLibV3TypeIds { GUESTLIB_HOST_MEM_USED_MB = 25, GUESTLIB_HOST_MEM_PHYS_MB = 26, GUESTLIB_HOST_MEM_PHYS_FREE_MB = 27, + + /* GUESTLIB_HOST_MEM_KERN_OVHD_MB is deprecated in ESXi from version 7.1 */ GUESTLIB_HOST_MEM_KERN_OVHD_MB = 28, + GUESTLIB_HOST_MEM_MAPPED_MB = 29, GUESTLIB_HOST_MEM_UNMAPPED_MB = 30,