qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] docs/specs: Convert some PCI specs docs to rST
@ 2023-04-20 16:03 Peter Maydell
  2023-04-20 16:03 ` [PATCH 1/3] docs/specs/pci-ids: Convert from txt " Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Maydell @ 2023-04-20 16:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael S. Tsirkin, Marcel Apfelbaum

This series converts a few small and simple PCI related
documents in the docs/specs/ directory from plain text
to rST: pci-ids.txt, pci-serial.txt and pci-testdev.txt.

Peter Maydell (3):
  docs/specs/pci-ids: Convert from txt to rST
  docs/specs: Convert pci-serial.txt to rst
  docs/specs: Convert pci-testdev.txt to rst

 docs/specs/index.rst       |  3 ++
 docs/specs/pci-ids.rst     | 98 ++++++++++++++++++++++++++++++++++++++
 docs/specs/pci-ids.txt     | 70 ---------------------------
 docs/specs/pci-serial.rst  | 37 ++++++++++++++
 docs/specs/pci-serial.txt  | 34 -------------
 docs/specs/pci-testdev.rst | 39 +++++++++++++++
 docs/specs/pci-testdev.txt | 31 ------------
 hw/char/serial-pci-multi.c |  2 +-
 hw/char/serial-pci.c       |  2 +-
 9 files changed, 179 insertions(+), 137 deletions(-)
 create mode 100644 docs/specs/pci-ids.rst
 delete mode 100644 docs/specs/pci-ids.txt
 create mode 100644 docs/specs/pci-serial.rst
 delete mode 100644 docs/specs/pci-serial.txt
 create mode 100644 docs/specs/pci-testdev.rst
 delete mode 100644 docs/specs/pci-testdev.txt

-- 
2.34.1



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

end of thread, other threads:[~2023-04-21  6:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 16:03 [PATCH 0/3] docs/specs: Convert some PCI specs docs to rST Peter Maydell
2023-04-20 16:03 ` [PATCH 1/3] docs/specs/pci-ids: Convert from txt " Peter Maydell
2023-04-20 16:03 ` [PATCH 2/3] docs/specs: Convert pci-serial.txt to rst Peter Maydell
2023-04-21  6:40   ` Philippe Mathieu-Daudé
2023-04-20 16:03 ` [PATCH 3/3] docs/specs: Convert pci-testdev.txt " 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).