From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out30-43.freemail.mail.aliyun.com ([115.124.30.43]:50813 "EHLO out30-43.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbgE0FYE (ORCPT ); Wed, 27 May 2020 01:24:04 -0400 Subject: Re: [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch References: <20200427043514.16144-1-tianjia.zhang@linux.alibaba.com> <20200427043514.16144-4-tianjia.zhang@linux.alibaba.com> <20200527042055.GG293451@thinks.paulus.ozlabs.org> From: Tianjia Zhang Message-ID: <56064e35-583f-0dc8-9156-aabebdb8aff4@linux.alibaba.com> Date: Wed, 27 May 2020 13:23:54 +0800 MIME-Version: 1.0 In-Reply-To: <20200527042055.GG293451@thinks.paulus.ozlabs.org> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Paul Mackerras Cc: pbonzini@redhat.com, tsbogend@alpha.franken.de, mpe@ellerman.id.au, benh@kernel.crashing.org, borntraeger@de.ibm.com, frankja@linux.ibm.com, david@redhat.com, cohuck@redhat.com, heiko.carstens@de.ibm.com, gor@linux.ibm.com, sean.j.christopherson@intel.com, vkuznets@redhat.com, wanpengli@tencent.com, jmattson@google.com, joro@8bytes.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, x86@kernel.org, hpa@zytor.com, maz@kernel.org, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, christoffer.dall@arm.com, peterx@redhat.com, thuth@redhat.com, chenhuacai@gmail.com, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-mips@vger.kernel.org, kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org On 2020/5/27 12:20, Paul Mackerras wrote: > On Mon, Apr 27, 2020 at 12:35:10PM +0800, Tianjia Zhang wrote: >> The 'kvm_run' field already exists in the 'vcpu' structure, which >> is the same structure as the 'kvm_run' in the 'vcpu_arch' and >> should be deleted. >> >> Signed-off-by: Tianjia Zhang > > Thanks, patches 3 and 4 of this series applied to my kvm-ppc-next branch. > > Paul. > Thanks for your suggestion, for 5/7, I will submit a new version patch. Thanks, Tianjia