[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
From: |
Kashyap Chamarthy |
Subject: |
[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more |
Date: |
Mon, 17 Feb 2025 22:07:26 +0530 |
[
Resending v2, Peter pointed out that only patches 1 and 2 made it to
the list; so I'm re-sending with a commit message touch-up:
s/capitalization/capitaliaztion.
Alex Bennée reviewed the first two patches that did show up:
- https://lists.nongnu.org/archive/html/qemu-devel/2025-02/msg02838.html
- https://lists.nongnu.org/archive/html/qemu-devel/2025-02/msg02837.html
]
In v2:
- Add live-migration context to the PAuth docs (Marc Zyngier)
- Fix the Arm capitlalization (Peter Maydell)
(See:
https://lists.gnu.org/archive/html/qemu-devel/2025-01/msg05137.html)
* * *
v1 cover letter:
One is a trivial, mechanical change to consistenlty use "vCPU". The
other updates some details about the "PAuth" (Pointer Authentication)
feature.
I replaced the "TCG vCPU Features" heading with "PAuth" because of this:
before this change, the section says, it is about "CPU features that are
specific to TCG". But it has only PAuth-related parameters under it.
Since PAuth is relevant to both KVM and TCG, I moved them under a
separate PAuth section, instead of duplicating it.
But now we have a small inconsistency - there's a KVM-only CPU features
section, but no TCG-only section. I thought when there are more
TCG-only CPU features, that section can be added back in. Or I can add
that back in, if anyone feels strongly about it.
Kashyap Chamarthy (3):
docs/cpu-features: Consistently use vCPU instead of VCPU
docs/cpu-features: Update "PAuth" (Pointer Authentication) details
docs: Fix "Arm" capitalization
docs/devel/testing/qgraph.rst | 8 ++--
docs/devel/vfio-iommufd.rst | 2 +-
docs/specs/fsi.rst | 2 +-
docs/system/arm/aspeed.rst | 6 +--
docs/system/arm/b-l475e-iot01a.rst | 2 +-
docs/system/arm/cpu-features.rst | 60 +++++++++++++++++++++++-----
docs/system/arm/nrf.rst | 4 +-
docs/system/arm/nuvoton.rst | 4 +-
docs/system/arm/stm32.rst | 12 +++---
docs/system/arm/xlnx-versal-virt.rst | 12 +++---
docs/system/arm/xlnx-zynq.rst | 2 +-
docs/system/guest-loader.rst | 2 +-
12 files changed, 77 insertions(+), 39 deletions(-)
--
2.48.1
- [PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more, Kashyap Chamarthy, 2025/02/13
- [PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more,
Kashyap Chamarthy <=
- [PATCH v2 1/3] docs/cpu-features: Consistently use vCPU instead of VCPU, Kashyap Chamarthy, 2025/02/17
- [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Kashyap Chamarthy, 2025/02/17
- Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Eric Auger, 2025/02/17
- Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Kashyap Chamarthy, 2025/02/18
- Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Peter Maydell, 2025/02/18
- Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Eric Auger, 2025/02/18
- Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details, Kashyap Chamarthy, 2025/02/18
[PATCH v2 3/3] docs: Fix "Arm" capitalization, Kashyap Chamarthy, 2025/02/17