[PATCH] RISC-V: KVM: Remove experimental tag for RISC-V

Atish Patra posted 1 patch 7 months, 2 weeks ago
arch/riscv/kvm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] RISC-V: KVM: Remove experimental tag for RISC-V
Posted by Atish Patra 7 months, 2 weeks ago
RISC-V KVM port is no longer experimental. Let's remove it to avoid
confusion.

Signed-off-by: Atish Patra <atishp@rivosinc.com>
---
 arch/riscv/kvm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kvm/Kconfig b/arch/riscv/kvm/Kconfig
index 0c3cbb0915ff..704c2899197e 100644
--- a/arch/riscv/kvm/Kconfig
+++ b/arch/riscv/kvm/Kconfig
@@ -18,7 +18,7 @@ menuconfig VIRTUALIZATION
 if VIRTUALIZATION
 
 config KVM
-	tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
+	tristate "Kernel-based Virtual Machine (KVM) support"
 	depends on RISCV_SBI && MMU
 	select HAVE_KVM_IRQCHIP
 	select HAVE_KVM_IRQ_ROUTING

---
base-commit: f15d97df5afae16f40ecef942031235d1c6ba14f
change-id: 20250505-kvm_tag_change-dea24351a355
--
Regards,
Atish patra
Re: [PATCH] RISC-V: KVM: Remove experimental tag for RISC-V
Posted by Anup Patel 7 months, 1 week ago
On Tue, May 6, 2025 at 1:17 AM Atish Patra <atishp@rivosinc.com> wrote:
>
> RISC-V KVM port is no longer experimental. Let's remove it to avoid
> confusion.
>
> Signed-off-by: Atish Patra <atishp@rivosinc.com>
> ---
>  arch/riscv/kvm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Queued for Linux-6.16

Thanks,
Anup

>
> diff --git a/arch/riscv/kvm/Kconfig b/arch/riscv/kvm/Kconfig
> index 0c3cbb0915ff..704c2899197e 100644
> --- a/arch/riscv/kvm/Kconfig
> +++ b/arch/riscv/kvm/Kconfig
> @@ -18,7 +18,7 @@ menuconfig VIRTUALIZATION
>  if VIRTUALIZATION
>
>  config KVM
> -       tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
> +       tristate "Kernel-based Virtual Machine (KVM) support"
>         depends on RISCV_SBI && MMU
>         select HAVE_KVM_IRQCHIP
>         select HAVE_KVM_IRQ_ROUTING
>
> ---
> base-commit: f15d97df5afae16f40ecef942031235d1c6ba14f
> change-id: 20250505-kvm_tag_change-dea24351a355
> --
> Regards,
> Atish patra
>