@@ -6198,23 +6198,23 @@ __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *))
6198
6198
init_vmcs_shadow_fields ();
6199
6199
}
6200
6200
6201
- exit_handlers [EXIT_REASON_VMCLEAR ] = handle_vmclear ,
6202
- exit_handlers [EXIT_REASON_VMLAUNCH ] = handle_vmlaunch ,
6203
- exit_handlers [EXIT_REASON_VMPTRLD ] = handle_vmptrld ,
6204
- exit_handlers [EXIT_REASON_VMPTRST ] = handle_vmptrst ,
6205
- exit_handlers [EXIT_REASON_VMREAD ] = handle_vmread ,
6206
- exit_handlers [EXIT_REASON_VMRESUME ] = handle_vmresume ,
6207
- exit_handlers [EXIT_REASON_VMWRITE ] = handle_vmwrite ,
6208
- exit_handlers [EXIT_REASON_VMOFF ] = handle_vmoff ,
6209
- exit_handlers [EXIT_REASON_VMON ] = handle_vmon ,
6210
- exit_handlers [EXIT_REASON_INVEPT ] = handle_invept ,
6211
- exit_handlers [EXIT_REASON_INVVPID ] = handle_invvpid ,
6212
- exit_handlers [EXIT_REASON_VMFUNC ] = handle_vmfunc ,
6201
+ exit_handlers [EXIT_REASON_VMCLEAR ] = handle_vmclear ;
6202
+ exit_handlers [EXIT_REASON_VMLAUNCH ] = handle_vmlaunch ;
6203
+ exit_handlers [EXIT_REASON_VMPTRLD ] = handle_vmptrld ;
6204
+ exit_handlers [EXIT_REASON_VMPTRST ] = handle_vmptrst ;
6205
+ exit_handlers [EXIT_REASON_VMREAD ] = handle_vmread ;
6206
+ exit_handlers [EXIT_REASON_VMRESUME ] = handle_vmresume ;
6207
+ exit_handlers [EXIT_REASON_VMWRITE ] = handle_vmwrite ;
6208
+ exit_handlers [EXIT_REASON_VMOFF ] = handle_vmoff ;
6209
+ exit_handlers [EXIT_REASON_VMON ] = handle_vmon ;
6210
+ exit_handlers [EXIT_REASON_INVEPT ] = handle_invept ;
6211
+ exit_handlers [EXIT_REASON_INVVPID ] = handle_invvpid ;
6212
+ exit_handlers [EXIT_REASON_VMFUNC ] = handle_vmfunc ;
6213
6213
6214
6214
kvm_x86_ops -> check_nested_events = vmx_check_nested_events ;
6215
6215
kvm_x86_ops -> get_nested_state = vmx_get_nested_state ;
6216
6216
kvm_x86_ops -> set_nested_state = vmx_set_nested_state ;
6217
- kvm_x86_ops -> get_vmcs12_pages = nested_get_vmcs12_pages ,
6217
+ kvm_x86_ops -> get_vmcs12_pages = nested_get_vmcs12_pages ;
6218
6218
kvm_x86_ops -> nested_enable_evmcs = nested_enable_evmcs ;
6219
6219
kvm_x86_ops -> nested_get_evmcs_version = nested_get_evmcs_version ;
6220
6220
0 commit comments