Skip to content

Commit 742b3b4

Browse files
committed
riscv: s64ilp32: Disable KVM
Disable the KVM host feature for s64ilp32 first, and let's work on this feature after the s64ilp32 main feature is merged. Signed-off-by: Guo Ren <[email protected]> Signed-off-by: Guo Ren <[email protected]> Cc: Anup Patel <[email protected]>
1 parent 43b629e commit 742b3b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/kvm/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if VIRTUALIZATION
2020
config KVM
2121
tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
2222
depends on RISCV_SBI && MMU
23+
depends on !ARCH_RV64ILP32
2324
select HAVE_KVM_EVENTFD
2425
select HAVE_KVM_IRQCHIP
2526
select HAVE_KVM_IRQFD

0 commit comments

Comments
 (0)