From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Subject: [PATCH 0/3] docs/specs: Convert some PCI specs docs to rST
Date: Thu, 20 Apr 2023 17:03:31 +0100 [thread overview]
Message-ID: <20230420160334.1048224-1-peter.maydell@linaro.org> (raw)
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
next reply other threads:[~2023-04-20 16:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 16:03 Peter Maydell [this message]
2023-04-20 16:03 ` [PATCH 1/3] docs/specs/pci-ids: Convert from txt to rST 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230420160334.1048224-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).