All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Huacai Chen <chenhuacai@kernel.org>,
	Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>,
	Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Andrii Nakryiko <andrii@kernel.org>,
	Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>,
	Yonghong Song <yhs@fb.com>,
	John Fastabend <john.fastabend@gmail.com>,
	KP Singh <kpsingh@kernel.org>,
	linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
	kvm@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [PATCH 2/2] MIPS: Remove KVM_TE support
Date: Wed, 10 Mar 2021 16:08:16 +0100	[thread overview]
Message-ID: <20210310150816.GD12960@alpha.franken.de> (raw)
In-Reply-To: <20210301152958.3480-2-tsbogend@alpha.franken.de>

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 ]

  reply	other threads:[~2021-03-10 15:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 15:29 [PATCH 1/2] MIPS: Remove KVM_GUEST support Thomas Bogendoerfer
2021-03-01 15:29 ` [PATCH 2/2] MIPS: Remove KVM_TE support Thomas Bogendoerfer
2021-03-10 15:08   ` Thomas Bogendoerfer [this message]
2021-03-02  2:27 ` [PATCH 1/2] MIPS: Remove KVM_GUEST support Jiaxun Yang
2021-03-02  4:22   ` Huacai Chen
2021-03-10 15:07 ` Thomas Bogendoerfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210310150816.GD12960@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=aleksandar.qemu.devel@gmail.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=f4bug@amsat.org \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=songliubraving@fb.com \
    --cc=yhs@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.