Linux KVM/arm64 development list
 help / color / mirror / Atom feed
From: Oliver Upton <oupton@google.com>
To: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org, Marc Zyngier <maz@kernel.org>,
	Peter Shier <pshier@google.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory
Date: Wed,  2 Mar 2022 19:42:21 +0000	[thread overview]
Message-ID: <20220302194221.1774513-3-oupton@google.com> (raw)
In-Reply-To: <20220302194221.1774513-1-oupton@google.com>

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%)

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
 
-- 
2.35.1.574.g5d30c73bfb-goog

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

  parent reply	other threads:[~2022-03-02 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02 19:42 [PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM Oliver Upton
2022-03-02 19:42 ` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only Oliver Upton
2022-03-03  7:21   ` Marc Zyngier
2022-03-02 19:42 ` Oliver Upton [this message]
2022-03-03  7:28   ` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory Marc Zyngier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220302194221.1774513-3-oupton@google.com \
    --to=oupton@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=maz@kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=pshier@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox