Skip to content

Commit a561986

Browse files
committed
Enable XSAVE/AVX CPUID flags
1 parent 76e4b74 commit a561986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/cpuid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static inline int __do_cpuid_ent(struct kvm_cpuid_entry *entry, u32 function,
289289
F(FMA) | F(CX16) | 0 /* xTPR Update, PDCM */ |
290290
F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) |
291291
F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) |
292-
0 /* Reserved*/ | F(AES) | 0 /*F(XSAVE)*/ | 0 /* OSXSAVE */ | 0 /*F(AVX)*/ |
292+
0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) |
293293
F(F16C) | F(RDRAND);
294294
/* cpuid 0x80000001.ecx */
295295
const u32 kvm_cpuid_8000_0001_ecx_x86_features =

0 commit comments

Comments
 (0)