From: Kruti Date: Mon, 19 Feb 2024 14:32:44 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b1b5bf4a688e9e986400249a8170d03f24bea9;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 b76205d48..4f419765f 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1422,7 +1422,7 @@ FLAG( 81F, 0, EAX, 0, 1, SME, NO, 0 ) \ FLAG( 81F, 0, EAX, 1, 1, SEV, YES, 17 ) \ FLAG( 81F, 0, EAX, 2, 1, PAGE_FLUSH_MSR, NO, 0 ) \ FLAG( 81F, 0, EAX, 3, 1, SEV_ES, YES, 17 ) \ -FLAG( 81F, 0, EAX, 4, 1, SEV_SNP, NO, 0 ) \ +FLAG( 81F, 0, EAX, 4, 1, SEV_SNP, YES, FUT ) \ FLAG( 81F, 0, EAX, 5, 1, VMPL, YES, FUT ) \ FLAG( 81F, 0, EAX, 6, 1, RMPQUERY, NO, 0 ) \ FLAG( 81F, 0, EAX, 7, 1, VMPL_SSS, NO, 0 ) \