diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-07-10 09:30:16 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-24 11:53:23 +0300 |
commit | 35546aeede8ee9f93b404eeb6caefb46ee211ae8 (patch) | |
tree | 49d49c5533e1b8b92e5a1e35d3ac82ae3404b999 /arch/mips/paravirt/Makefile | |
parent | 4e4fcc9e6f439f2e8d0c79fd0c6518b7811cefda (diff) | |
download | linux-35546aeede8ee9f93b404eeb6caefb46ee211ae8.tar.xz |
MIPS: Retire kvm paravirt
paravirt machine was introduced for Cavium's partial virtualization
technology, however, it's host side support and QEMU support never
landed in upstream.
As Cavium was acquired by Marvel and they have no intention to maintain
their MIPS product line, also paravirt is unlikely to be utilized by
community users, it's time to retire it if nobody steps in to maintain
it.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/paravirt/Makefile')
-rw-r--r-- | arch/mips/paravirt/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/paravirt/Makefile b/arch/mips/paravirt/Makefile deleted file mode 100644 index 5023af733a35..000000000000 --- a/arch/mips/paravirt/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Makefile for MIPS para-virtualized specific kernel interface routines -# under Linux. -# -# This file is subject to the terms and conditions of the GNU General Public -# License. See the file "COPYING" in the main directory of this archive -# for more details. -# -# Copyright (C) 2013 Cavium, Inc. -# - -obj-y := setup.o serial.o paravirt-irq.o - -obj-$(CONFIG_SMP) += paravirt-smp.o |