From: VMware, Inc <> Date: Tue, 24 Aug 2010 18:17:42 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.08.24-292196~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6588aa5211daaac56688f33c7fd7dfca4e58a4bf;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index f77e68458..aac51c376 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -159,9 +159,8 @@ #define BDOOR_PSHARE_HINTS_TYPE(ecx) (((ecx) >> 16) & 0x1) /* Version of backdoor pshare hints protocol */ -#define BDOOR_PSHARE_HINTS_VERSION 1 -#define BDOOR_PSHARE_HINTS_GUEST_VER(ecx) (((ecx) >> 24) & 0x7f) -#define BDOOR_PSHARE_HINTS_HOST_VER(ecx) (((ecx) >> 17) & 0x7f) +#define BDOOR_PSHARE_HINTS_VERSION 1 +#define BDOOR_PSHARE_HINTS_VER(ecx) (((ecx) >> 17) & 0x7f) /* Nesting control operations */