[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more

Kashyap Chamarthy posted 3 patches 1 month, 2 weeks ago
Only 0 patches received!
There is a newer version of this series
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(-)
[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
Posted by Kashyap Chamarthy 1 month, 2 weeks ago
In v2:

  - Add live-migration context to the PAuth docs (Marc Zyngier)

  - Fix the Arm capitlalization (Peter Maydell)
    - Context here:
      (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" capitaliaztion

 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
Re: [PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
Posted by Peter Maydell 1 month, 2 weeks ago
On Thu, 13 Feb 2025 at 08:44, Kashyap Chamarthy <kchamart@redhat.com> wrote:
>
> In v2:
>
>   - Add live-migration context to the PAuth docs (Marc Zyngier)
>
>   - Fix the Arm capitlalization (Peter Maydell)
>     - Context here:
>       (https://lists.gnu.org/archive/html/qemu-devel/2025-01/msg05137.html)


> Kashyap Chamarthy (3):

Hi -- it looks like only patches 1 and 2 ever made it to
the list. Would you mind resending, please?

>   docs/cpu-features: Consistently use vCPU instead of VCPU
>   docs/cpu-features: Update "PAuth" (Pointer Authentication) details
>   docs: Fix "Arm" capitaliaztion

(nit: "capitalization")

thanks
-- PMM
Re: [PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
Posted by Kashyap Chamarthy 1 month, 2 weeks ago
On Mon, Feb 17, 2025 at 01:23:51PM +0000, Peter Maydell wrote:
> On Thu, 13 Feb 2025 at 08:44, Kashyap Chamarthy <kchamart@redhat.com> wrote:
> >
> > In v2:
> >
> >   - Add live-migration context to the PAuth docs (Marc Zyngier)
> >
> >   - Fix the Arm capitlalization (Peter Maydell)
> >     - Context here:
> >       (https://lists.gnu.org/archive/html/qemu-devel/2025-01/msg05137.html)
> 
> 
> > Kashyap Chamarthy (3):
> 
> Hi -- it looks like only patches 1 and 2 ever made it to
> the list. Would you mind resending, please?

It's strange, but as you pointed out on IRC: occasionally the list "eats
an email for no clear reason".

Now sent a v2, with a note at the top of the cover-letter.

> >   docs/cpu-features: Consistently use vCPU instead of VCPU
> >   docs/cpu-features: Update "PAuth" (Pointer Authentication) details
> >   docs: Fix "Arm" capitaliaztion
> 
> (nit: "capitalization")

Fixed in the re-sent v2.

-- 
/kashyap