Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2149176pxa; Mon, 17 Aug 2020 02:05:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwu9lcMqCzfE5ENH94/hDtMDMoxFJbVg3hEgDooETZYUaUxtF5zlIr7Xr1FT/mylcxEtttk X-Received: by 2002:a17:906:600f:: with SMTP id o15mr13763580ejj.529.1597655108042; Mon, 17 Aug 2020 02:05:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597655108; cv=none; d=google.com; s=arc-20160816; b=mar4JdDGtdVsrdxZWWqK4g7VZJcjp6Crs5xXsPnNLZTVIbMluMjgTW8S/x/CvmqPJh jubN7mShlTtR3D8coFav2PlvxZzGffynwlbm1vUvpK0MpejMzAetyqb5oTelJfxUfWKp x4cbTZYYQoh5O0jA41aYAM/MVrzLQIHAJF7ZdKTJYZ/JXBUHV/NQb+QCSmjMeW7FnRSw 9zMC98USCjoBWYKhnaq9QO1GXWFPErZH4xHMx2qz8sMePjmFLtTD/EoQUsmovACyipdI Uvbtl0XvEIOWZvKgxp9ptEtvS3ZacBVK3F5LFuIeljGR0V82U0CgpQXeb8F1hxvjcZT2 /ruw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=P7oFSs3194AA3stF1dkqRhuw/Cke4ls+i3FhSbbwScI=; b=C6m+qB2doFMRKZpECAnSnTcqb87xwZY565NICtxI6JnmJxXKE5EVdgIV3WBJqsH9Pp db4siUahqENDlD+zrWL96CUCeEuojf0DlMPYF/neE0EFNDnrzbvJLUXRncoFtt1bwlk9 zWpToTd1lUniFQNzaLsFj1HB0HOMwaE1oLOsn9rGr3cEbSb7PBeLxF6m+Z896RjhHSU0 kDRuy0AnkcOOInSNXNhQ3Ve5F1rRgcNE5i4KFp+xeb24UJDPDDxMDdkscKdS8zNbUdrW wl6Q29Z8GXmmw6denDJJ4WmAM8y+KEs6vq687SqiYp0/riY6h6usxH0hhBcHXfAmdrkL Ytig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id nv2si10857931ejb.154.2020.08.17.02.04.45; Mon, 17 Aug 2020 02:05:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728496AbgHQJDW (ORCPT + 99 others); Mon, 17 Aug 2020 05:03:22 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:57998 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726837AbgHQJDQ (ORCPT ); Mon, 17 Aug 2020 05:03:16 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id C7AD0D26D5A74FB8370D; Mon, 17 Aug 2020 17:03:11 +0800 (CST) Received: from [10.174.187.22] (10.174.187.22) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Mon, 17 Aug 2020 17:02:57 +0800 Subject: Re: [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document To: Andrew Jones References: <20200817033729.10848-1-zhukeqian1@huawei.com> <20200817033729.10848-2-zhukeqian1@huawei.com> <20200817084735.xyfdtgcsuxzwgzyr@kamzik.brq.redhat.com> CC: , , , , Marc Zyngier , Catalin Marinas , Will Deacon , James Morse , Suzuki K Poulose , Steven Price , From: zhukeqian Message-ID: <2128580f-1a3b-bdb3-e75a-99dcc36c66a3@huawei.com> Date: Mon, 17 Aug 2020 17:02:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20200817084735.xyfdtgcsuxzwgzyr@kamzik.brq.redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.187.22] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On 2020/8/17 16:47, Andrew Jones wrote: > On Mon, Aug 17, 2020 at 11:37:27AM +0800, Keqian Zhu wrote: >> Rename PV_FEATURES tp PV_TIME_FEATURES >> >> Signed-off-by: Keqian Zhu >> --- >> Documentation/virt/kvm/arm/pvtime.rst | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/Documentation/virt/kvm/arm/pvtime.rst b/Documentation/virt/kvm/arm/pvtime.rst >> index 687b60d..94bffe2 100644 >> --- a/Documentation/virt/kvm/arm/pvtime.rst >> +++ b/Documentation/virt/kvm/arm/pvtime.rst >> @@ -3,7 +3,7 @@ >> Paravirtualized time support for arm64 >> ====================================== >> >> -Arm specification DEN0057/A defines a standard for paravirtualised time >> +Arm specification DEN0057/A defines a standard for paravirtualized time >> support for AArch64 guests: >> >> https://developer.arm.com/docs/den0057/a >> @@ -19,8 +19,8 @@ Two new SMCCC compatible hypercalls are defined: >> >> These are only available in the SMC64/HVC64 calling convention as >> paravirtualized time is not available to 32 bit Arm guests. The existence of >> -the PV_FEATURES hypercall should be probed using the SMCCC 1.1 ARCH_FEATURES >> -mechanism before calling it. >> +the PV_TIME_FEATURES hypercall should be probed using the SMCCC 1.1 >> +ARCH_FEATURES mechanism before calling it. >> >> PV_TIME_FEATURES >> ============= ======== ========== >> -- >> 1.8.3.1 >> > > Reviewed-by: Andrew Jones Thanks for your review. Also It will be very nice if you have time to review the patch series supporting pvtime LPT. Thanks, Keqian > > . >