qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] docs/specs: Convert various ACPI docs to rST
@ 2021-07-27 17:04 Peter Maydell
  2021-07-27 17:04 ` [PATCH 1/5] docs/specs/acpu_cpu_hotplug: Convert " Peter Maydell
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Peter Maydell @ 2021-07-27 17:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Xiao Guangrong, Michael S. Tsirkin

This patchset does a basic conversion of four ACPI related files in
docs/specs from plain text to rST format.  The aim of the conversion
is not to produce a maximally pretty result, but simply to do a
low-effort conversion that at least results in this documentation
appearing in our manuals rather than merely lying around in the
source tree.

Patch 4 adds the documentation files to MAINTAINERS file
blocks; feel free to suggest I've picked the wrong ones.

thanks
-- PMM

Peter Maydell (5):
  docs/specs/acpu_cpu_hotplug: Convert to rST
  docs/specs/acpi_mem_hotplug: Convert to rST
  docs/specs/acpi_pci_hotplug: Convert to rST
  docs/specs/acpi_nvdimm: Convert to rST
  MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sections

 docs/specs/acpi_cpu_hotplug.rst               | 235 ++++++++++++++++++
 docs/specs/acpi_cpu_hotplug.txt               | 160 ------------
 docs/specs/acpi_mem_hotplug.rst               | 128 ++++++++++
 docs/specs/acpi_mem_hotplug.txt               |  94 -------
 docs/specs/acpi_nvdimm.rst                    | 228 +++++++++++++++++
 docs/specs/acpi_nvdimm.txt                    | 188 --------------
 ...i_pci_hotplug.txt => acpi_pci_hotplug.rst} |  37 +--
 docs/specs/index.rst                          |   4 +
 MAINTAINERS                                   |   5 +
 9 files changed, 620 insertions(+), 459 deletions(-)
 create mode 100644 docs/specs/acpi_cpu_hotplug.rst
 delete mode 100644 docs/specs/acpi_cpu_hotplug.txt
 create mode 100644 docs/specs/acpi_mem_hotplug.rst
 delete mode 100644 docs/specs/acpi_mem_hotplug.txt
 create mode 100644 docs/specs/acpi_nvdimm.rst
 delete mode 100644 docs/specs/acpi_nvdimm.txt
 rename docs/specs/{acpi_pci_hotplug.txt => acpi_pci_hotplug.rst} (51%)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-26 14:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 17:04 [PATCH 0/5] docs/specs: Convert various ACPI docs to rST Peter Maydell
2021-07-27 17:04 ` [PATCH 1/5] docs/specs/acpu_cpu_hotplug: Convert " Peter Maydell
2021-07-27 17:04 ` [PATCH 2/5] docs/specs/acpi_mem_hotplug: " Peter Maydell
2021-07-27 17:04 ` [PATCH 3/5] docs/specs/acpi_pci_hotplug: " Peter Maydell
2021-07-30 13:04   ` Igor Mammedov
2021-07-27 17:04 ` [PATCH 4/5] docs/specs/acpi_nvdimm: " Peter Maydell
2021-07-27 17:04 ` [PATCH 5/5] MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sections Peter Maydell
2021-07-30 12:55 ` [PATCH 0/5] docs/specs: Convert various ACPI docs to rST Igor Mammedov
2021-08-26 14:33   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).