aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 68be38e233f5..d39d6b25d3e5 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -1963,13 +1963,13 @@ static void do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
1963 0 /* Reserved */ | f_lm | F(3DNOWEXT) | F(3DNOW); 1963 0 /* Reserved */ | f_lm | F(3DNOWEXT) | F(3DNOW);
1964 /* cpuid 1.ecx */ 1964 /* cpuid 1.ecx */
1965 const u32 kvm_supported_word4_x86_features = 1965 const u32 kvm_supported_word4_x86_features =
1966 F(XMM3) | 0 /* Reserved, DTES64, MONITOR */ | 1966 F(XMM3) | F(PCLMULQDQ) | 0 /* DTES64, MONITOR */ |
1967 0 /* DS-CPL, VMX, SMX, EST */ | 1967 0 /* DS-CPL, VMX, SMX, EST */ |
1968 0 /* TM2 */ | F(SSSE3) | 0 /* CNXT-ID */ | 0 /* Reserved */ | 1968 0 /* TM2 */ | F(SSSE3) | 0 /* CNXT-ID */ | 0 /* Reserved */ |
1969 0 /* Reserved */ | F(CX16) | 0 /* xTPR Update, PDCM */ | 1969 0 /* Reserved */ | F(CX16) | 0 /* xTPR Update, PDCM */ |
1970 0 /* Reserved, DCA */ | F(XMM4_1) | 1970 0 /* Reserved, DCA */ | F(XMM4_1) |
1971 F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) | 1971 F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) |
1972 0 /* Reserved, AES */ | F(XSAVE) | 0 /* OSXSAVE */; 1972 0 /* Reserved, AES */ | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX);
1973 /* cpuid 0x80000001.ecx */ 1973 /* cpuid 0x80000001.ecx */
1974 const u32 kvm_supported_word6_x86_features = 1974 const u32 kvm_supported_word6_x86_features =
1975 F(LAHF_LM) | F(CMP_LEGACY) | F(SVM) | 0 /* ExtApicSpace */ | 1975 F(LAHF_LM) | F(CMP_LEGACY) | F(SVM) | 0 /* ExtApicSpace */ |