Thread (35 messages) 35 messages, 6 authors, 2023-08-11

Re: [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL

From: Gavin Shan <hidden>
Date: 2023-08-09 04:17:19
Also in: kvm, kvm-riscv, kvmarm, linux-mips, linux-riscv, lkml

On 8/9/23 09:13, Raghavendra Rao Ananta wrote:
kvm_arch_flush_remote_tlbs() or CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
are two mechanisms to solve the same problem, allowing
architecture-specific code to provide a non-IPI implementation of
remote TLB flushing.

Dropping CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL allows KVM to standardize
all architectures on kvm_arch_flush_remote_tlbs() instead of
maintaining two mechanisms.

Signed-off-by: Raghavendra Rao Ananta <redacted>
Reviewed-by: Shaoqin Huang <redacted>
---
  virt/kvm/Kconfig    | 3 ---
  virt/kvm/kvm_main.c | 2 --
  2 files changed, 5 deletions(-)
Reviewed-by: Gavin Shan <redacted>
quoted hunk ↗ jump to hunk
diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig
index b74916de5183a..484d0873061ca 100644
--- a/virt/kvm/Kconfig
+++ b/virt/kvm/Kconfig
@@ -62,9 +62,6 @@ config HAVE_KVM_CPU_RELAX_INTERCEPT
  config KVM_VFIO
         bool
  
-config HAVE_KVM_ARCH_TLB_FLUSH_ALL
-       bool
-
  config HAVE_KVM_INVALID_WAKEUPS
         bool
  
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 70e5479797ac3..d6b0507861550 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -345,7 +345,6 @@ bool kvm_make_all_cpus_request(struct kvm *kvm, unsigned int req)
  }
  EXPORT_SYMBOL_GPL(kvm_make_all_cpus_request);
  
-#ifndef CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
  void kvm_flush_remote_tlbs(struct kvm *kvm)
  {
  	++kvm->stat.generic.remote_tlb_flush_requests;
@@ -366,7 +365,6 @@ void kvm_flush_remote_tlbs(struct kvm *kvm)
  		++kvm->stat.generic.remote_tlb_flush;
  }
  EXPORT_SYMBOL_GPL(kvm_flush_remote_tlbs);
-#endif
  
  static void kvm_flush_shadow_all(struct kvm *kvm)
  {

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help