From: Kruti Pendharkar Date: Tue, 18 Feb 2025 09:13:56 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92f885b49bd4a7db392cc8b0cdb8ad25cf59e6f4;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 fb561ebd9..30dc0eb8a 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -818,7 +818,7 @@ FLAG( 12, 0, EAX, 0, 1, SGX1, ANY, 17 ) \ FLAG( 12, 0, EAX, 1, 1, SGX2, ANY, 21 ) \ FLAG( 12, 0, EAX, 5, 1, SGX_OVERSUB_ENCLV, NO, 0 ) \ FLAG( 12, 0, EAX, 6, 1, SGX_OVERSUB_ENCLS, NO, 0 ) \ -FLAG( 12, 0, EAX, 7, 1, SGX_EVERIFYREPORT2, ANY, FUT ) \ +FLAG( 12, 0, EAX, 7, 1, SGX_EVERIFYREPORT2, ANY, 22 ) \ FLAG( 12, 0, EAX, 10, 1, SGX_EUPDATESVN, NO, 0 ) \ FLAG( 12, 0, EAX, 11, 1, SGX_EDECCSSA, ANY, 22 ) \ FLAG( 12, 0, EBX, 0, 1, SGX_MISCSELECT_EXINFO, ANY, FUT ) \