Displaying 1 result from an estimated 1 matches for "x86_feature_fma".
Did you mean:
x86_feature_dca
2011 Nov 24
0
[PATCH 5/6] X86: Prepare PCID/INVPCID for hvm
...d4e08880 tools/libxc/xc_cpuid_x86.c
--- a/tools/libxc/xc_cpuid_x86.c Thu Nov 17 23:09:45 2011 +0800
+++ b/tools/libxc/xc_cpuid_x86.c Thu Nov 17 23:16:30 2011 +0800
@@ -311,6 +311,7 @@ static void xc_cpuid_hvm_policy(
bitmaskof(X86_FEATURE_SSSE3) |
bitmaskof(X86_FEATURE_FMA) |
bitmaskof(X86_FEATURE_CX16) |
+ bitmaskof(X86_FEATURE_PCID) |
bitmaskof(X86_FEATURE_SSE4_1) |
bitmaskof(X86_FEATURE_SSE4_2) |
bitmaskof(X86_FEATURE_MOVBE) |
@@ -363,6 +364,7 @@ static void xc_...