[PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
Philippe Mathieu-Daudé
philmd at linaro.org
Mon Jul 17 01:03:01 PDT 2023
On 15/7/23 02:53, Raghavendra Rao Ananta wrote:
> From: David Matlack <dmatlack at google.com>
>
> Rename kvm_arch_flush_remote_tlb() and the associated macro
> __KVM_HAVE_ARCH_FLUSH_REMOTE_TLB to kvm_arch_flush_remote_tlbs() and
> __KVM_HAVE_ARCH_FLUSH_REMOTE_TLBS respectively.
>
> Making the name plural matches kvm_flush_remote_tlbs() and makes it more
> clear that this function can affect more than one remote TLB.
>
> No functional change intended.
>
> Signed-off-by: David Matlack <dmatlack at google.com>
> Signed-off-by: Raghavendra Rao Ananta <rananta at google.com>
> Reviewed-by: Gavin Shan <gshan at redhat.com>
> ---
> arch/mips/include/asm/kvm_host.h | 4 ++--
> arch/mips/kvm/mips.c | 2 +-
> arch/x86/include/asm/kvm_host.h | 4 ++--
> include/linux/kvm_host.h | 4 ++--
> virt/kvm/kvm_main.c | 2 +-
> 5 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd at linaro.org>
More information about the linux-riscv
mailing list