|
@@ -2852,6 +2852,10 @@ static u64 svm_get_mt_mask(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static void svm_cpuid_update(struct kvm_vcpu *vcpu)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
|
static const struct trace_print_flags svm_exit_reasons_str[] = {
|
|
static const struct trace_print_flags svm_exit_reasons_str[] = {
|
|
{ SVM_EXIT_READ_CR0, "read_cr0" },
|
|
{ SVM_EXIT_READ_CR0, "read_cr0" },
|
|
{ SVM_EXIT_READ_CR3, "read_cr3" },
|
|
{ SVM_EXIT_READ_CR3, "read_cr3" },
|
|
@@ -2976,6 +2980,8 @@ static struct kvm_x86_ops svm_x86_ops = {
|
|
|
|
|
|
.exit_reasons_str = svm_exit_reasons_str,
|
|
.exit_reasons_str = svm_exit_reasons_str,
|
|
.gb_page_enable = svm_gb_page_enable,
|
|
.gb_page_enable = svm_gb_page_enable,
|
|
|
|
+
|
|
|
|
+ .cpuid_update = svm_cpuid_update,
|
|
};
|
|
};
|
|
|
|
|
|
static int __init svm_init(void)
|
|
static int __init svm_init(void)
|