From: John Wolfe Date: Tue, 22 Sep 2020 21:54:06 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee09d506dac785a790e78b0e0dca0b99f447c694;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index b64426c01..17a46cb93 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -958,7 +958,9 @@ FLAG( 406, 0, EAX, 6, 1, MEMORY_PATROL_SCRUBBER, NA, 0 ) FIELD(410, 0, EAX, 0, 32, TSC_HZ, NA, 0 ) \ FIELD(410, 0, EBX, 0, 32, APICBUS_HZ, NA, 0 ) \ FLAG( 410, 0, ECX, 0, 1, VMMCALL_BACKDOOR, NA, 0 ) \ -FLAG( 410, 0, ECX, 1, 1, VMCALL_BACKDOOR, NA, 0 ) +FLAG( 410, 0, ECX, 1, 1, VMCALL_BACKDOOR, NA, 0 ) \ +FLAG( 410, 0, ECX, 2, 1, TDX_ENABLED, NA, 0 ) \ +FLAG( 410, 0, ECX, 3, 1, TDX_API_ENABLED, NA, 0 ) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, HWV */ #define CPUID_FIELD_DATA_LEVEL_80 \