Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
[linux-block.git] / arch / x86 / kvm / vmx / vmx.c
index 9ae4044f076f53daed2abdcb7732a4f1c371295a..536b7d688851296002c7815d7631538ca7ce7e1b 100644 (file)
@@ -8395,9 +8395,8 @@ static __init int hardware_setup(void)
 #if IS_ENABLED(CONFIG_HYPERV)
        if (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH
            && enable_ept) {
-               vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
-               vmx_x86_ops.tlb_remote_flush_with_range =
-                               hv_remote_flush_tlb_with_range;
+               vmx_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs;
+               vmx_x86_ops.flush_remote_tlbs_range = hv_flush_remote_tlbs_range;
        }
 #endif