From 82a33bfcacf8ea2e5dd359a2c89b849b797762c6 Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Wed, 8 Jun 2022 12:53:42 +0100 Subject: [PATCH] ANDROID: KVM: arm64: Rename firmware pseudo-register documentation file In preparation for describing the guest view of KVM/arm64 hypercalls in hypercalls.rst, move the existing contents of the file concerning the firmware pseudo-registers elsewhere. Cc: Raghavendra Rao Ananta Signed-off-by: Will Deacon Signed-off-by: Will Deacon Bug: 233587962 Change-Id: Ie8931290b291c0ffd2f1f11265babe2475972868 --- .../kvm/arm/{hypercalls.rst => fw-pseudo-registers.rst} | 6 +++--- Documentation/virt/kvm/arm/index.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename Documentation/virt/kvm/arm/{hypercalls.rst => fw-pseudo-registers.rst} (97%) diff --git a/Documentation/virt/kvm/arm/hypercalls.rst b/Documentation/virt/kvm/arm/fw-pseudo-registers.rst similarity index 97% rename from Documentation/virt/kvm/arm/hypercalls.rst rename to Documentation/virt/kvm/arm/fw-pseudo-registers.rst index 3e23084644ba..b90fd0b0fa66 100644 --- a/Documentation/virt/kvm/arm/hypercalls.rst +++ b/Documentation/virt/kvm/arm/fw-pseudo-registers.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -======================= -ARM Hypercall Interface -======================= +======================================= +ARM firmware pseudo-registers interface +======================================= KVM handles the hypercall services as requested by the guests. New hypercall services are regularly made available by the ARM specification or by KVM (as diff --git a/Documentation/virt/kvm/arm/index.rst b/Documentation/virt/kvm/arm/index.rst index e84848432158..5435b92baf4c 100644 --- a/Documentation/virt/kvm/arm/index.rst +++ b/Documentation/virt/kvm/arm/index.rst @@ -7,7 +7,7 @@ ARM .. toctree:: :maxdepth: 2 + fw-pseudo-registers hyp-abi - hypercalls pvtime ptp_kvm