From: VMware, Inc <> Date: Thu, 27 Oct 2011 18:51:24 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.10.26-514583~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc46ab960ff0978e6a922006378fbd89d3747f4;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/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index bcb8c8394..e0f396d9a 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1367,7 +1367,8 @@ CPUID_IsHypervisorLevel(uint32 level) static INLINE Bool CPUID_LevelUsesEcx(uint32 level) { - return level == 4 || level == 7 || level == 0xb || level == 0xd; + return level == 4 || level == 7 || level == 0xb || level == 0xd || + level == 0x8000001d; } /*