[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <37246a25-c4dc-7757-3f5c-d46870a4f186@linux.alibaba.com>
Date: Wed, 27 May 2020 14:24:08 +0800
From: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
To: Huacai Chen <chenhuacai@...il.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
paulus@...abs.org, mpe@...erman.id.au,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
borntraeger@...ibm.com, frankja@...ux.ibm.com, david@...hat.com,
cohuck@...hat.com, heiko.carstens@...ibm.com, gor@...ux.ibm.com,
sean.j.christopherson@...el.com, vkuznets@...hat.com,
wanpengli@...cent.com, jmattson@...gle.com, joro@...tes.org,
Thomas Gleixner <tglx@...utronix.de>, mingo@...hat.com,
Borislav Petkov <bp@...en8.de>, x86@...nel.org, hpa@...or.com,
Marc Zyngier <maz@...nel.org>, james.morse@....com,
julien.thierry.kdev@...il.com, suzuki.poulose@....com,
christoffer.dall@....com, Peter Xu <peterx@...hat.com>,
thuth@...hat.com, kvm@...r.kernel.org,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
kvmarm@...ts.cs.columbia.edu,
"open list:MIPS" <linux-mips@...r.kernel.org>,
kvm-ppc@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-s390@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
On 2020/4/27 13:40, Huacai Chen wrote:
> Reviewed-by: Huacai Chen <chenhc@...ote.com>
>
> On Mon, Apr 27, 2020 at 12:35 PM Tianjia Zhang
> <tianjia.zhang@...ux.alibaba.com> wrote:
>>
>> 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@...ux.alibaba.com>
>> ---
>> arch/mips/include/asm/kvm_host.h | 28 +-------
>> arch/mips/kvm/emulate.c | 59 ++++++----------
>> arch/mips/kvm/mips.c | 11 ++-
>> arch/mips/kvm/trap_emul.c | 114 ++++++++++++++-----------------
>> arch/mips/kvm/vz.c | 26 +++----
>> 5 files changed, 87 insertions(+), 151 deletions(-)
>>
Hi Huacai,
These two patches(6/7 and 7/7) should be merged into the tree of the
mips architecture separately. At present, there seems to be no good way
to merge the whole architecture patchs.
For this series of patches, some architectures have been merged, some
need to update the patch.
Thanks and best,
Tianjia
Powered by blists - more mailing lists