Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp2018515ybh; Fri, 24 Jul 2020 02:16:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwEUHiTFL+GGmTl5jjTKgR8uE+ElmlkaOuoARPrg5aeXVRsGM3SvDoNR1ntluh+UlRy5Y29 X-Received: by 2002:a17:906:840a:: with SMTP id n10mr8061875ejx.453.1595582214144; Fri, 24 Jul 2020 02:16:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595582214; cv=none; d=google.com; s=arc-20160816; b=cfoxu5QWSAgA7WYUsVyfCSw8JTJgyJMqUcwxPZnyehtnpZaHN97n78+T+eJQ3Tm0oe OuqqCN1eGk2GZqin8//0kyJrRDvoccu7s071P6sG6LktNVXFGbfN7/b9g+G2tvK+WHFl HS7EuTZvsEYlbZm0KQLU5tlSgTt4RBIvhRJ3Gd7cLI6ylGB9WD8gTJPkc7CfLo8wgM8/ exFoCiXtoL+dMqUEtp4bbFnAGyhYuEZl3acxl5Hpkup7BC+pF4aW3JXapegmMNdsORAU 9JsB6Jg1nICIFQ2Gz0fRVd0RN8DHa6D2/V/RN7FU9zPocb4znCA6PVfER/PlhR7fVjxz id4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UB3s7fi5SqwO+UqMRdpyvZAGu06V+LC4pBk9GpGpRwY=; b=l/yIMAScCTb4MQZLV5T2/+eq8A/m5RMQaG2l4nz3H2fEKxpbZ1H9sRXsaiekQZbpDD waVSkqVlJ2BLh0NW5HyXiPutNjWFdmJ94XRk/x/InZG0Y7k12imVdMexTKzTE9Lsv4L1 L+WZQaWdExpomGK7oFUGL/iN3rQSiQy3Tl4+H4msYN0VBf7sUGU4EAt5BaoDcKs4XyfI oJGoq4y0UqLBoOOSP2Gn7T3Ra/oUlUFjps527Yqfx03BubyknBl4QnS0fyNI7Pm8F2mU S6EsN+UMCATvT6F6/DZYfluplWGtQDnUvCxJeg/Jsq0TiluaFcPalacMhUT7+M5ueHaA arcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i20si177276edy.277.2020.07.24.02.16.30; Fri, 24 Jul 2020 02:16:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727880AbgGXJPP (ORCPT + 99 others); Fri, 24 Jul 2020 05:15:15 -0400 Received: from elvis.franken.de ([193.175.24.41]:47029 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726591AbgGXJPO (ORCPT ); Fri, 24 Jul 2020 05:15:14 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jytnL-0002By-01; Fri, 24 Jul 2020 11:15:11 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 523B2C0931; Fri, 24 Jul 2020 11:11:23 +0200 (CEST) Date: Fri, 24 Jul 2020 11:11:23 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, Michal Simek , Paul Walmsley , Masahiro Yamada , Waiman Long , Andrew Morton , Alexander Lobakin , Jason Wang , Paolo Bonzini , Huacai Chen , Aleksandar Markovic , Paul Burton , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [RFC PATCH 1/3] MIPS: Retire kvm paravirt Message-ID: <20200724091123.GB14059@alpha.franken.de> References: <20200710063047.154611-1-jiaxun.yang@flygoat.com> <20200710063047.154611-2-jiaxun.yang@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710063047.154611-2-jiaxun.yang@flygoat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 10, 2020 at 02:30:16PM +0800, Jiaxun Yang wrote: > 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 > --- > arch/mips/Kbuild.platforms | 1 - > arch/mips/Kconfig | 19 -- > arch/mips/configs/mips_paravirt_defconfig | 98 ------ > arch/mips/include/asm/Kbuild | 1 + > arch/mips/include/asm/kvm_para.h | 115 ------- > arch/mips/include/uapi/asm/Kbuild | 2 + > arch/mips/include/uapi/asm/kvm_para.h | 5 - > arch/mips/paravirt/Kconfig | 7 - > arch/mips/paravirt/Makefile | 14 - > arch/mips/paravirt/Platform | 7 - > arch/mips/paravirt/paravirt-irq.c | 368 ---------------------- > arch/mips/paravirt/paravirt-smp.c | 145 --------- > arch/mips/paravirt/serial.c | 39 --- > arch/mips/paravirt/setup.c | 67 ---- > arch/mips/pci/Makefile | 1 - > arch/mips/pci/pci-virtio-guest.c | 131 -------- > 16 files changed, 3 insertions(+), 1017 deletions(-) > delete mode 100644 arch/mips/configs/mips_paravirt_defconfig > delete mode 100644 arch/mips/include/asm/kvm_para.h > delete mode 100644 arch/mips/include/uapi/asm/kvm_para.h > delete mode 100644 arch/mips/paravirt/Kconfig > delete mode 100644 arch/mips/paravirt/Makefile > delete mode 100644 arch/mips/paravirt/Platform > delete mode 100644 arch/mips/paravirt/paravirt-irq.c > delete mode 100644 arch/mips/paravirt/paravirt-smp.c > delete mode 100644 arch/mips/paravirt/serial.c > delete mode 100644 arch/mips/paravirt/setup.c > delete mode 100644 arch/mips/pci/pci-virtio-guest.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 ]