]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS: clean up redundant kvm_run parameters in assembly
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Tue, 23 Jun 2020 13:14:18 +0000 (21:14 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:21 +0000 (07:57 -0400)
commitc39e05498c3ea23c45eb478b496950364d0f7bc4
treea7793ab819c235be095b3bdcddccfc7fd8eef508
parent0933387ed2fd6f0fb0ed37ac0747c12b999aec1c
KVM: MIPS: clean up redundant kvm_run parameters in assembly

In the current kvm version, 'kvm_run' has been included in the 'kvm_vcpu'
structure. For historical reasons, many kvm-related function parameters
retain the 'kvm_run' and 'kvm_vcpu' parameters at the same time. This
patch does a unified cleanup of these remaining redundant parameters.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Huacai Chen <chenhc@lemote.com>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20200623131418.31473-6-tianjia.zhang@linux.alibaba.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/kvm_host.h
arch/mips/kvm/entry.c
arch/mips/kvm/mips.c
arch/mips/kvm/trap_emul.c
arch/mips/kvm/vz.c