Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rananta@google.com>
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Fuad Tabba <tabba@google.com>
Acked-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240423150538.2103045-27-tabba@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>

authored by

Will Deacon and committed by
Marc Zyngier
af725804 5a08146d

+4 -4
+3 -3
Documentation/virt/kvm/arm/hypercalls.rst Documentation/virt/kvm/arm/fw-pseudo-registers.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - ======================= 4 - ARM Hypercall Interface 5 - ======================= 3 + ======================================= 4 + ARM firmware pseudo-registers interface 5 + ======================================= 6 6 7 7 KVM handles the hypercall services as requested by the guests. New hypercall 8 8 services are regularly made available by the ARM specification or by KVM (as
+1 -1
Documentation/virt/kvm/arm/index.rst
··· 7 7 .. toctree:: 8 8 :maxdepth: 2 9 9 10 + fw-pseudo-registers 10 11 hyp-abi 11 - hypercalls 12 12 pvtime 13 13 ptp_kvm 14 14 vcpu-features