@@ -123,12 +123,12 @@ static const struct vm_exit_dispatch dispatch_table[] = {
123
123
[VMX_EXIT_REASON_ENTRY_FAILURE_MACHINE_CHECK ] = {
124
124
.handler = unhandled_vmexit_handler },
125
125
[VMX_EXIT_REASON_TPR_BELOW_THRESHOLD ] = {
126
- .handler = apic_tpr_below_threshold_exit_handler },
126
+ .handler = tpr_below_threshold_vmexit_handler },
127
127
[VMX_EXIT_REASON_APIC_ACCESS ] = {
128
- .handler = apic_access_exit_handler ,
128
+ .handler = apic_access_vmexit_handler ,
129
129
.need_exit_qualification = 1 },
130
130
[VMX_EXIT_REASON_VIRTUALIZED_EOI ] = {
131
- .handler = apicv_virtualized_eoi_exit_handler ,
131
+ .handler = veoi_vmexit_handler ,
132
132
.need_exit_qualification = 1 },
133
133
[VMX_EXIT_REASON_GDTR_IDTR_ACCESS ] = {
134
134
.handler = unhandled_vmexit_handler },
@@ -153,7 +153,7 @@ static const struct vm_exit_dispatch dispatch_table[] = {
153
153
[VMX_EXIT_REASON_XSETBV ] = {
154
154
.handler = unhandled_vmexit_handler },
155
155
[VMX_EXIT_REASON_APIC_WRITE ] = {
156
- .handler = apicv_write_exit_handler ,
156
+ .handler = apic_write_vmexit_handler ,
157
157
.need_exit_qualification = 1 }
158
158
};
159
159
0 commit comments