Skip to content

Commit

Permalink
Enable XSAVE/AVX CPUID flags
Browse files Browse the repository at this point in the history
  • Loading branch information
thesword53 committed Feb 5, 2022
1 parent 76e4b74 commit a561986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static inline int __do_cpuid_ent(struct kvm_cpuid_entry *entry, u32 function,
F(FMA) | F(CX16) | 0 /* xTPR Update, PDCM */ |
F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) |
F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) |
0 /* Reserved*/ | F(AES) | 0 /*F(XSAVE)*/ | 0 /* OSXSAVE */ | 0 /*F(AVX)*/ |
0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) |
F(F16C) | F(RDRAND);
/* cpuid 0x80000001.ecx */
const u32 kvm_cpuid_8000_0001_ecx_x86_features =
Expand Down

0 comments on commit a561986

Please sign in to comment.