[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
Oliver Upton
oupton at google.com
Wed Mar 2 11:42:19 PST 2022
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
More information about the linux-arm-kernel
mailing list