Re: [PATCH 2/2] MIPS: Remove KVM_TE support
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Date: 2021-03-10 15:19:45
Also in:
bpf, kvm, lkml, netdev
On Mon, Mar 01, 2021 at 04:29:57PM +0100, Thomas Bogendoerfer wrote:
After removal of the guest part of KVM TE (trap and emulate), also remove the host part. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- arch/mips/configs/loongson3_defconfig | 1 - arch/mips/include/asm/kvm_host.h | 238 ---- arch/mips/kvm/Kconfig | 34 - arch/mips/kvm/Makefile | 7 +- arch/mips/kvm/commpage.c | 32 - arch/mips/kvm/commpage.h | 24 - arch/mips/kvm/dyntrans.c | 143 --- arch/mips/kvm/emulate.c | 1688 +------------------------ arch/mips/kvm/entry.c | 33 - arch/mips/kvm/interrupt.c | 123 +- arch/mips/kvm/interrupt.h | 20 - arch/mips/kvm/mips.c | 68 +- arch/mips/kvm/mmu.c | 405 ------ arch/mips/kvm/tlb.c | 174 --- arch/mips/kvm/trap_emul.c | 1306 ------------------- arch/mips/kvm/vz.c | 5 +- 16 files changed, 31 insertions(+), 4270 deletions(-) delete mode 100644 arch/mips/kvm/commpage.c delete mode 100644 arch/mips/kvm/commpage.h delete mode 100644 arch/mips/kvm/dyntrans.c delete mode 100644 arch/mips/kvm/trap_emul.c
applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]