All of lore.kernel.org
 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 0/2] KVM: arm: Drop documentation of 32-bit KVM
Date: Wed,  2 Mar 2022 19:42:19 +0000	[thread overview]
Message-ID: <20220302194221.1774513-1-oupton@google.com> (raw)

KVM/ARM is no more. However, there are several places in the
documentation that reference 32-bit host support. Align the
documentation with the present state of KVM by removing all references
to the old KVM/ARM.

Note that AArch32 guests are still supported.

Applies cleanly to v5.17-rc6.

Oliver Upton (2):
  Documentation: KVM: Update documentation to indicate KVM is arm64-only
  Documentation: KVM: Move KVM/arm64 docs into aptly named directory

 Documentation/virt/kvm/api.rst                | 83 +++++++++----------
 Documentation/virt/kvm/arm/hyp-abi.rst        | 77 -----------------
 Documentation/virt/kvm/arm64/el2-abi.rst      | 75 +++++++++++++++++
 .../virt/kvm/{arm => arm64}/index.rst         |  8 +-
 .../virt/kvm/{arm => arm64}/psci.rst          |  0
 .../virt/kvm/{arm => arm64}/ptp_kvm.rst       |  4 +-
 .../virt/kvm/{arm => arm64}/pvtime.rst        |  0
 Documentation/virt/kvm/devices/vcpu.rst       |  4 +-
 Documentation/virt/kvm/index.rst              |  2 +-
 9 files changed, 125 insertions(+), 128 deletions(-)
 delete mode 100644 Documentation/virt/kvm/arm/hyp-abi.rst
 create mode 100644 Documentation/virt/kvm/arm64/el2-abi.rst
 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 (94%)
 rename Documentation/virt/kvm/{arm => arm64}/pvtime.rst (100%)

-- 
2.35.1.574.g5d30c73bfb-goog

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

WARNING: multiple messages have this Message-ID (diff)
From: Oliver Upton <oupton@google.com>
To: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org, Marc Zyngier <maz@kernel.org>,
	James Morse <james.morse@arm.com>,
	 Alexandru Elisei <alexandru.elisei@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	 linux-arm-kernel@lists.infradead.org,
	Peter Shier <pshier@google.com>,
	 Ricardo Koller <ricarkol@google.com>,
	Reiji Watanabe <reijiw@google.com>,
	 Paolo Bonzini <pbonzini@redhat.com>,
	Oliver Upton <oupton@google.com>
Subject: [PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
Date: Wed,  2 Mar 2022 19:42:19 +0000	[thread overview]
Message-ID: <20220302194221.1774513-1-oupton@google.com> (raw)

KVM/ARM is no more. However, there are several places in the
documentation that reference 32-bit host support. Align the
documentation with the present state of KVM by removing all references
to the old KVM/ARM.

Note that AArch32 guests are still supported.

Applies cleanly to v5.17-rc6.

Oliver Upton (2):
  Documentation: KVM: Update documentation to indicate KVM is arm64-only
  Documentation: KVM: Move KVM/arm64 docs into aptly named directory

 Documentation/virt/kvm/api.rst                | 83 +++++++++----------
 Documentation/virt/kvm/arm/hyp-abi.rst        | 77 -----------------
 Documentation/virt/kvm/arm64/el2-abi.rst      | 75 +++++++++++++++++
 .../virt/kvm/{arm => arm64}/index.rst         |  8 +-
 .../virt/kvm/{arm => arm64}/psci.rst          |  0
 .../virt/kvm/{arm => arm64}/ptp_kvm.rst       |  4 +-
 .../virt/kvm/{arm => arm64}/pvtime.rst        |  0
 Documentation/virt/kvm/devices/vcpu.rst       |  4 +-
 Documentation/virt/kvm/index.rst              |  2 +-
 9 files changed, 125 insertions(+), 128 deletions(-)
 delete mode 100644 Documentation/virt/kvm/arm/hyp-abi.rst
 create mode 100644 Documentation/virt/kvm/arm64/el2-abi.rst
 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 (94%)
 rename Documentation/virt/kvm/{arm => arm64}/pvtime.rst (100%)

-- 
2.35.1.574.g5d30c73bfb-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Oliver Upton <oupton@google.com>
To: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org, Marc Zyngier <maz@kernel.org>,
	James Morse <james.morse@arm.com>,
	Alexandru Elisei <alexandru.elisei@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Peter Shier <pshier@google.com>,
	Ricardo Koller <ricarkol@google.com>,
	Reiji Watanabe <reijiw@google.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Oliver Upton <oupton@google.com>
Subject: [PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
Date: Wed,  2 Mar 2022 19:42:19 +0000	[thread overview]
Message-ID: <20220302194221.1774513-1-oupton@google.com> (raw)

KVM/ARM is no more. However, there are several places in the
documentation that reference 32-bit host support. Align the
documentation with the present state of KVM by removing all references
to the old KVM/ARM.

Note that AArch32 guests are still supported.

Applies cleanly to v5.17-rc6.

Oliver Upton (2):
  Documentation: KVM: Update documentation to indicate KVM is arm64-only
  Documentation: KVM: Move KVM/arm64 docs into aptly named directory

 Documentation/virt/kvm/api.rst                | 83 +++++++++----------
 Documentation/virt/kvm/arm/hyp-abi.rst        | 77 -----------------
 Documentation/virt/kvm/arm64/el2-abi.rst      | 75 +++++++++++++++++
 .../virt/kvm/{arm => arm64}/index.rst         |  8 +-
 .../virt/kvm/{arm => arm64}/psci.rst          |  0
 .../virt/kvm/{arm => arm64}/ptp_kvm.rst       |  4 +-
 .../virt/kvm/{arm => arm64}/pvtime.rst        |  0
 Documentation/virt/kvm/devices/vcpu.rst       |  4 +-
 Documentation/virt/kvm/index.rst              |  2 +-
 9 files changed, 125 insertions(+), 128 deletions(-)
 delete mode 100644 Documentation/virt/kvm/arm/hyp-abi.rst
 create mode 100644 Documentation/virt/kvm/arm64/el2-abi.rst
 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 (94%)
 rename Documentation/virt/kvm/{arm => arm64}/pvtime.rst (100%)

-- 
2.35.1.574.g5d30c73bfb-goog


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

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02 19:42 Oliver Upton [this message]
2022-03-02 19:42 ` [PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM Oliver Upton
2022-03-02 19:42 ` Oliver Upton
2022-03-02 19:42 ` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only Oliver Upton
2022-03-02 19:42   ` Oliver Upton
2022-03-02 19:42   ` Oliver Upton
2022-03-03  7:21   ` Marc Zyngier
2022-03-03  7:21     ` Marc Zyngier
2022-03-03  7:21     ` Marc Zyngier
2022-03-02 19:42 ` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory Oliver Upton
2022-03-02 19:42   ` Oliver Upton
2022-03-02 19:42   ` Oliver Upton
2022-03-03  7:28   ` Marc Zyngier
2022-03-03  7:28     ` Marc Zyngier
2022-03-03  7:28     ` 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-1-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.