diff options
author | 2025-05-05 12:46:53 -0700 | |
---|---|---|
committer | 2025-05-21 09:34:42 +0530 | |
commit | a29c19e13de1b0a37697ee86fccb190a86ade9ce (patch) | |
tree | b02c746554d9e553df78621a8d05daca7d01259f | |
parent | KVM: riscv: selftests: Add vector extension tests (diff) | |
download | linux-rng-a29c19e13de1b0a37697ee86fccb190a86ade9ce.tar.xz linux-rng-a29c19e13de1b0a37697ee86fccb190a86ade9ce.zip |
RISC-V: KVM: Remove experimental tag for RISC-V
RISC-V KVM port is no longer experimental. Let's remove it to avoid
confusion.
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Link: https://lore.kernel.org/r/20250505-kvm_tag_change-v1-1-6dbf6af240af@rivosinc.com
Signed-off-by: Anup Patel <anup@brainfault.org>
-rw-r--r-- | arch/riscv/kvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |