diff mbox series

[2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory

Message ID 20220302194221.1774513-3-oupton@google.com (mailing list archive)
State New, archived
Headers show
Series KVM: arm: Drop documentation of 32-bit KVM | expand

Commit Message

Oliver Upton March 2, 2022, 7:42 p.m. UTC
ARM64 is the only supported ARM archiecture for KVM now. Move all the
documentation into a new directory, arm64, making the file structure
consistent with this change.

While we're at it, rename hyp-abi.rst to el2-abi.rst for the sake of
consistency with the architecture as well.

Signed-off-by: Oliver Upton <oupton@google.com>
---
 .../virt/kvm/{arm/hyp-abi.rst => arm64/el2-abi.rst}       | 0
 Documentation/virt/kvm/{arm => arm64}/index.rst           | 8 ++++----
 Documentation/virt/kvm/{arm => arm64}/psci.rst            | 0
 Documentation/virt/kvm/{arm => arm64}/ptp_kvm.rst         | 0
 Documentation/virt/kvm/{arm => arm64}/pvtime.rst          | 0
 Documentation/virt/kvm/devices/vcpu.rst                   | 2 +-
 Documentation/virt/kvm/index.rst                          | 2 +-
 7 files changed, 6 insertions(+), 6 deletions(-)
 rename Documentation/virt/kvm/{arm/hyp-abi.rst => arm64/el2-abi.rst} (100%)
 rename Documentation/virt/kvm/{arm => arm64}/index.rst (76%)
 rename Documentation/virt/kvm/{arm => arm64}/psci.rst (100%)
 rename Documentation/virt/kvm/{arm => arm64}/ptp_kvm.rst (100%)
 rename Documentation/virt/kvm/{arm => arm64}/pvtime.rst (100%)

Comments

Marc Zyngier March 3, 2022, 7:28 a.m. UTC | #1
On Wed, 02 Mar 2022 19:42:21 +0000,
Oliver Upton <oupton@google.com> wrote:
> 
> ARM64 is the only supported ARM archiecture for KVM now. Move all the
> documentation into a new directory, arm64, making the file structure
> consistent with this change.
> 
> While we're at it, rename hyp-abi.rst to el2-abi.rst for the sake of
> consistency with the architecture as well.

See my earlier comment as to why this isn't valid. As for the rest of
the renaming, I'm not opposed to it, but it doesn't bring a lot either.

Thanks,

	M.
diff mbox series

Patch

diff --git a/Documentation/virt/kvm/arm/hyp-abi.rst b/Documentation/virt/kvm/arm64/el2-abi.rst
similarity index 100%
rename from Documentation/virt/kvm/arm/hyp-abi.rst
rename to Documentation/virt/kvm/arm64/el2-abi.rst
diff --git a/Documentation/virt/kvm/arm/index.rst b/Documentation/virt/kvm/arm64/index.rst
similarity index 76%
rename from Documentation/virt/kvm/arm/index.rst
rename to Documentation/virt/kvm/arm64/index.rst
index 78a9b670aafe..b0110fcf5eb1 100644
--- a/Documentation/virt/kvm/arm/index.rst
+++ b/Documentation/virt/kvm/arm64/index.rst
@@ -1,13 +1,13 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 
-===
-ARM
-===
+=====
+ARM64
+=====
 
 .. toctree::
    :maxdepth: 2
 
-   hyp-abi
+   el2-abi
    psci
    pvtime
    ptp_kvm
diff --git a/Documentation/virt/kvm/arm/psci.rst b/Documentation/virt/kvm/arm64/psci.rst
similarity index 100%
rename from Documentation/virt/kvm/arm/psci.rst
rename to Documentation/virt/kvm/arm64/psci.rst
diff --git a/Documentation/virt/kvm/arm/ptp_kvm.rst b/Documentation/virt/kvm/arm64/ptp_kvm.rst
similarity index 100%
rename from Documentation/virt/kvm/arm/ptp_kvm.rst
rename to Documentation/virt/kvm/arm64/ptp_kvm.rst
diff --git a/Documentation/virt/kvm/arm/pvtime.rst b/Documentation/virt/kvm/arm64/pvtime.rst
similarity index 100%
rename from Documentation/virt/kvm/arm/pvtime.rst
rename to Documentation/virt/kvm/arm64/pvtime.rst
diff --git a/Documentation/virt/kvm/devices/vcpu.rst b/Documentation/virt/kvm/devices/vcpu.rst
index 92942440a9e7..ab9d81421488 100644
--- a/Documentation/virt/kvm/devices/vcpu.rst
+++ b/Documentation/virt/kvm/devices/vcpu.rst
@@ -159,7 +159,7 @@  Returns:
 
 Specifies the base address of the stolen time structure for this VCPU. The
 base address must be 64 byte aligned and exist within a valid guest memory
-region. See Documentation/virt/kvm/arm/pvtime.rst for more information
+region. See Documentation/virt/kvm/arm64/pvtime.rst for more information
 including the layout of the stolen time structure.
 
 4. GROUP: KVM_VCPU_TSC_CTRL
diff --git a/Documentation/virt/kvm/index.rst b/Documentation/virt/kvm/index.rst
index b6833c7bb474..4bf7e0eef6a1 100644
--- a/Documentation/virt/kvm/index.rst
+++ b/Documentation/virt/kvm/index.rst
@@ -25,7 +25,7 @@  KVM
 
    review-checklist
 
-   arm/index
+   arm64/index
 
    devices/index