mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
f80e9cc5c6
commit
a29c19e13d
|
|
@ -18,7 +18,7 @@ menuconfig VIRTUALIZATION
|
||||||
if VIRTUALIZATION
|
if VIRTUALIZATION
|
||||||
|
|
||||||
config KVM
|
config KVM
|
||||||
tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
|
tristate "Kernel-based Virtual Machine (KVM) support"
|
||||||
depends on RISCV_SBI && MMU
|
depends on RISCV_SBI && MMU
|
||||||
select HAVE_KVM_IRQCHIP
|
select HAVE_KVM_IRQCHIP
|
||||||
select HAVE_KVM_IRQ_ROUTING
|
select HAVE_KVM_IRQ_ROUTING
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user