diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 848c814e8c3c..6e6434332f21 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -1960,6 +1960,9 @@ static void do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function, | |||
1960 | entry->ecx &= kvm_supported_word6_x86_features; | 1960 | entry->ecx &= kvm_supported_word6_x86_features; |
1961 | break; | 1961 | break; |
1962 | } | 1962 | } |
1963 | |||
1964 | kvm_x86_ops->set_supported_cpuid(function, entry); | ||
1965 | |||
1963 | put_cpu(); | 1966 | put_cpu(); |
1964 | } | 1967 | } |
1965 | 1968 | ||