[PATCH 0/3] rSTify ppc-spapr-hotplug.txt

lagarcia@linux.ibm.com posted 3 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1641995057.git.lagarcia@br.ibm.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>, "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, Greg Kurz <groug@kaod.org>
docs/specs/ppc-spapr-hotplug.rst | 510 +++++++++++++++++++++++++++++++
docs/specs/ppc-spapr-hotplug.txt | 409 -------------------------
docs/system/ppc/pseries.rst      |   2 +-
3 files changed, 511 insertions(+), 410 deletions(-)
create mode 100644 docs/specs/ppc-spapr-hotplug.rst
delete mode 100644 docs/specs/ppc-spapr-hotplug.txt
[PATCH 0/3] rSTify ppc-spapr-hotplug.txt
Posted by lagarcia@linux.ibm.com 2 years, 3 months ago
From: Leonardo Garcia <lagarcia@br.ibm.com>

This patch series depend on previously sent patch "docs: Clarification
and formatting changes in ppc docs." which is already included in latest
pull request from Cédric.

It is important to notice that I focused mainly in the layout of the
document, and not so much on the content. My understanding is that some
sections, such as Hot plug/unplug events and Hot plug/unplug event
structure may need updates based on what I saw in the code, but I don't
have the expertise today to rewrite these sections. Hopefully someone
will be able to update them.

Leonardo Garcia (3):
  docs: rSTify ppc-spapr-hotplug.txt.
  docs: Rename ppc-spapr-hotplug.txt to ppc-spapr-hotplug.rst.
  Link new ppc-spapr-hotplug.rst file to pseries.rst.

 docs/specs/ppc-spapr-hotplug.rst | 510 +++++++++++++++++++++++++++++++
 docs/specs/ppc-spapr-hotplug.txt | 409 -------------------------
 docs/system/ppc/pseries.rst      |   2 +-
 3 files changed, 511 insertions(+), 410 deletions(-)
 create mode 100644 docs/specs/ppc-spapr-hotplug.rst
 delete mode 100644 docs/specs/ppc-spapr-hotplug.txt

-- 
2.34.1


Re: [PATCH 0/3] rSTify ppc-spapr-hotplug.txt
Posted by Cédric Le Goater 2 years, 3 months ago
On 1/12/22 14:52, lagarcia@linux.ibm.com wrote:
> From: Leonardo Garcia <lagarcia@br.ibm.com>
> 
> This patch series depend on previously sent patch "docs: Clarification
> and formatting changes in ppc docs." which is already included in latest
> pull request from Cédric.
> 
> It is important to notice that I focused mainly in the layout of the
> document, and not so much on the content. My understanding is that some
> sections, such as Hot plug/unplug events and Hot plug/unplug event
> structure may need updates based on what I saw in the code, but I don't
> have the expertise today to rewrite these sections. Hopefully someone
> will be able to update them.
> 
> Leonardo Garcia (3):
>    docs: rSTify ppc-spapr-hotplug.txt.
>    docs: Rename ppc-spapr-hotplug.txt to ppc-spapr-hotplug.rst.
>    Link new ppc-spapr-hotplug.rst file to pseries.rst.
> 
>   docs/specs/ppc-spapr-hotplug.rst | 510 +++++++++++++++++++++++++++++++
>   docs/specs/ppc-spapr-hotplug.txt | 409 -------------------------
>   docs/system/ppc/pseries.rst      |   2 +-
>   3 files changed, 511 insertions(+), 410 deletions(-)
>   create mode 100644 docs/specs/ppc-spapr-hotplug.rst
>   delete mode 100644 docs/specs/ppc-spapr-hotplug.txt
> 


Applied to ppc-7.0

Thanks,

C.