Re: [PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops.

From: Paolo Bonzini
Date: Wed Jul 18 2018 - 07:57:48 EST


On 09/07/2018 11:02, Tianyu Lan wrote:
> +
> + /*
> + * Call kvm_arch_hv_tlb_remote first and go back old way when
> + * return failure.
> + */

Please call it "kvm_arch_flush_remote_tlbs", since Hyper-V should not be
mentioned in the generic code.

Paolo