Skip to content

Commit a1515ec

Browse files
committed
MIPS: Remove KVM_GUEST support
KVM_GUEST is broken and unmaintained, so let's remove it. Reviewed-by: Huacai Chen <[email protected]> Reviewed-by: Jiaxun Yang <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 87aaf25 commit a1515ec

File tree

8 files changed

+1
-493
lines changed

8 files changed

+1
-493
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,23 +2222,6 @@ config 64BIT
22222222

22232223
endchoice
22242224

2225-
config KVM_GUEST
2226-
bool "KVM Guest Kernel"
2227-
depends on CPU_MIPS32_R2
2228-
depends on !64BIT && BROKEN_ON_SMP
2229-
help
2230-
Select this option if building a guest kernel for KVM (Trap & Emulate)
2231-
mode.
2232-
2233-
config KVM_GUEST_TIMER_FREQ
2234-
int "Count/Compare Timer Frequency (MHz)"
2235-
depends on KVM_GUEST
2236-
default 100
2237-
help
2238-
Set this to non-zero if building a guest kernel for KVM to skip RTC
2239-
emulation when determining guest CPU Frequency. Instead, the guest's
2240-
timer frequency is specified directly.
2241-
22422225
config MIPS_VA_BITS_48
22432226
bool "48 bits virtual memory"
22442227
depends on 64BIT

0 commit comments

Comments
 (0)