Skip to content

Commit

Permalink
MIPS: Remove KVM_GUEST support
Browse files Browse the repository at this point in the history
KVM_GUEST is broken and unmaintained, so let's remove it.

Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
tsbogend committed Mar 10, 2021
1 parent 87aaf25 commit a1515ec
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 493 deletions.
17 changes: 0 additions & 17 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2222,23 +2222,6 @@ config 64BIT

endchoice

config KVM_GUEST
bool "KVM Guest Kernel"
depends on CPU_MIPS32_R2
depends on !64BIT && BROKEN_ON_SMP
help
Select this option if building a guest kernel for KVM (Trap & Emulate)
mode.

config KVM_GUEST_TIMER_FREQ
int "Count/Compare Timer Frequency (MHz)"
depends on KVM_GUEST
default 100
help
Set this to non-zero if building a guest kernel for KVM to skip RTC
emulation when determining guest CPU Frequency. Instead, the guest's
timer frequency is specified directly.

config MIPS_VA_BITS_48
bool "48 bits virtual memory"
depends on 64BIT
Expand Down
Loading

0 comments on commit a1515ec

Please sign in to comment.