From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92845C433E0 for ; Tue, 16 Jun 2020 11:57:42 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0AF4E206F1 for ; Tue, 16 Jun 2020 11:57:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0AF4E206F1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49mRXM02C2zDqpM for ; Tue, 16 Jun 2020 21:57:39 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linux.alibaba.com (client-ip=115.124.30.133; helo=out30-133.freemail.mail.aliyun.com; envelope-from=tianjia.zhang@linux.alibaba.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.alibaba.com Received: from out30-133.freemail.mail.aliyun.com (out30-133.freemail.mail.aliyun.com [115.124.30.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49mRTj21d6zDqnZ for ; Tue, 16 Jun 2020 21:55:20 +1000 (AEST) X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R181e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=e01e07484; MF=tianjia.zhang@linux.alibaba.com; NM=1; PH=DS; RN=37; SR=0; TI=SMTPD_---0U.mfflQ_1592308495; Received: from 30.27.116.240(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0U.mfflQ_1592308495) by smtp.aliyun-inc.com(127.0.0.1); Tue, 16 Jun 2020 19:54:57 +0800 Subject: Re: [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters To: Paolo Bonzini , Huacai Chen References: <20200427043514.16144-1-tianjia.zhang@linux.alibaba.com> <20200427043514.16144-7-tianjia.zhang@linux.alibaba.com> <37246a25-c4dc-7757-3f5c-d46870a4f186@linux.alibaba.com> <30c2ac06-1a7e-2f85-fbe1-e9dc25bf2ae2@redhat.com> From: Tianjia Zhang Message-ID: <5f0d01ad-d299-083b-70e4-995ad7596fbd@linux.alibaba.com> Date: Tue, 16 Jun 2020 19:54:54 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <30c2ac06-1a7e-2f85-fbe1-e9dc25bf2ae2@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: wanpengli@tencent.com, kvm@vger.kernel.org, david@redhat.com, heiko.carstens@de.ibm.com, Peter Xu , "open list:MIPS" , hpa@zytor.com, kvmarm@lists.cs.columbia.edu, linux-s390@vger.kernel.org, frankja@linux.ibm.com, Marc Zyngier , joro@8bytes.org, x86@kernel.org, borntraeger@de.ibm.com, mingo@redhat.com, julien.thierry.kdev@gmail.com, thuth@redhat.com, gor@linux.ibm.com, suzuki.poulose@arm.com, kvm-ppc@vger.kernel.org, Borislav Petkov , Thomas Gleixner , linux-arm-kernel , jmattson@google.com, Thomas Bogendoerfer , cohuck@redhat.com, christoffer.dall@arm.com, sean.j.christopherson@intel.com, LKML , james.morse@arm.com, vkuznets@redhat.com, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 2020/5/29 17:48, Paolo Bonzini wrote: > On 27/05/20 08:24, Tianjia Zhang wrote: >>>> >>>> >> >> 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. > > Hi Tianjia, I will take care of this during the merge window. > > Thanks, > > Paolo > Hi Paolo, The following individual patch is the v5 version of 5/7 in this group of patches. https://lkml.org/lkml/2020/5/28/106 ([v5] KVM: PPC: clean up redundant kvm_run parameters in assembly) Thanks and best, Tianjia