All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] tcg: convert tcg/README to rst
@ 2022-11-30 10:04 Mark Cave-Ayland
  2022-11-30 10:04 ` [PATCH v2 1/1] " Mark Cave-Ayland
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Cave-Ayland @ 2022-11-30 10:04 UTC (permalink / raw)
  To: peter.maydell, alex.bennee, richard.henderson, qemu-devel

This is something I've had lying around in the background for a while, and I
finally managed to get it in a state suitable for submission. The main
motivation was that I wanted to have a TCG operation reference that was
easily viewable online in a web browser.

The patch converts tcg/README to rst and then moves it from tcg/README to a
new "TCG Intermediate Representation" section in docs/devel.

The conversion is fairly straightforward, with a few minor touch-ups to
produce a more aesthetic result which are documented in the commit message.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

v2:
- Use | to designate lines in the "Instruction Reference" tables to fix
  wrapping issues noticed by Peter
- Add reference to new document in docs/devel/tcg.rst instead of tcg/README
  as suggested by Zoltan


Mark Cave-Ayland (1):
  tcg: convert tcg/README to rst

 docs/devel/atomics.rst   |   2 +
 docs/devel/index-tcg.rst |   1 +
 docs/devel/tcg-ops.rst   | 942 +++++++++++++++++++++++++++++++++++++++
 docs/devel/tcg.rst       |   2 +-
 tcg/README               | 784 --------------------------------
 5 files changed, 946 insertions(+), 785 deletions(-)
 create mode 100644 docs/devel/tcg-ops.rst
 delete mode 100644 tcg/README

-- 
2.30.2



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

end of thread, other threads:[~2022-12-01 10:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 10:04 [PATCH v2 0/1] tcg: convert tcg/README to rst Mark Cave-Ayland
2022-11-30 10:04 ` [PATCH v2 1/1] " Mark Cave-Ayland
2022-11-30 18:52   ` Fabiano Rosas
2022-12-01 10:42     ` Mark Cave-Ayland
2022-11-30 22:12   ` Richard Henderson
2022-12-01 10:43     ` Mark Cave-Ayland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.