diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index d47d087568fe..357573af974f 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -528,6 +528,8 @@ struct kvm_x86_ops { | |||
528 | int (*get_lpage_level)(void); | 528 | int (*get_lpage_level)(void); |
529 | bool (*rdtscp_supported)(void); | 529 | bool (*rdtscp_supported)(void); |
530 | 530 | ||
531 | void (*set_supported_cpuid)(u32 func, struct kvm_cpuid_entry2 *entry); | ||
532 | |||
531 | const struct trace_print_flags *exit_reasons_str; | 533 | const struct trace_print_flags *exit_reasons_str; |
532 | }; | 534 | }; |
533 | 535 | ||