Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2024589pxa; Sun, 16 Aug 2020 20:41:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzcp6HybA5DTN0bHZzm5oE0YS4g9jvcbCeVQPO7FX8uCa9nsWzdhH6njume8y6c0b2H1wo7 X-Received: by 2002:a17:906:6413:: with SMTP id d19mr12894682ejm.206.1597635671832; Sun, 16 Aug 2020 20:41:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597635671; cv=none; d=google.com; s=arc-20160816; b=dW0g2y4JsfHYjPTRSdghA7p8YrW8elWfpd6C1/do9cGvxAumqftAnIOwQdkxq36hka duoIba0W8oybdHdTcvLHoDPXtBelbkjYtQ7kclwTv+chD8YdZY+pxUvkf7Tc6pHGkPS/ hSUoNHsrnWLaR60UgXl7NHlnR6KX97bu+VrMFOxXPDmtxvo6OnZmyyosladA6+pBIH0F +9+EjkBQuUS/cGOf8UAUCX8cQFdR7ahABs6ocnpctjcZ9TEZuZP90ME7HlQbtp+a+FWB O97bRPHScL4qo9LQxzDvIkem/E1KpuUiffUfNiRd88EXt9HyRsIysiTyjayOnmWlrfZY D+VQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=QtMyQcm7AUQtCcMdTkewEtFa04y3/j0UZDFcxtWBrVc=; b=n7HbVeytZInePIpKSaWWwQKd92G3ekGdemAJsTw71qcsLTTfM7iOALLpgEk6bVr9MW OfmCikll2+Kf0PyMie2xDho5vLqT9j0IP9PCNdZHQ2QT9Alz7BMo0iUGeVKCN8l57EfN ANhf0d0a1u/IhD8HB4I7r1jL+KpRui9rvMeksldOoskejMrh1/21HR7dFowWpREafc8M SaUOMRzBYNLbf9mxO5PGD8ZQ4LbZ5tpYxyvpsP3NtEJj4h11RWzDQAMdNSGsFN2PiL/G 4xisv/Drw9xgrYKWiNWzbN9SYPCw+bO/8DCuRTkPIQuDFVdeDhAMh3gl4OT7ZyAKuONh A77Q== 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 r12si10239249ejr.473.2020.08.16.20.40.49; Sun, 16 Aug 2020 20:41:11 -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 S1727018AbgHQDiS (ORCPT + 99 others); Sun, 16 Aug 2020 23:38:18 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:9742 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726973AbgHQDiQ (ORCPT ); Sun, 16 Aug 2020 23:38:16 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 3E6E47DEA0381D2AEE45; Mon, 17 Aug 2020 11:38:13 +0800 (CST) Received: from DESKTOP-5IS4806.china.huawei.com (10.174.187.22) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Mon, 17 Aug 2020 11:38:05 +0800 From: Keqian Zhu To: , , , CC: Marc Zyngier , Catalin Marinas , Will Deacon , James Morse , "Suzuki K Poulose" , Steven Price , , Keqian Zhu Subject: [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document Date: Mon, 17 Aug 2020 11:37:27 +0800 Message-ID: <20200817033729.10848-2-zhukeqian1@huawei.com> X-Mailer: git-send-email 2.8.4.windows.1 In-Reply-To: <20200817033729.10848-1-zhukeqian1@huawei.com> References: <20200817033729.10848-1-zhukeqian1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain 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 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