qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] docs: Convert barrier.txt to rST
@ 2021-07-27 20:41 Peter Maydell
  2021-07-27 20:41 ` [PATCH 1/3] docs: Move the protocol part of barrier.txt into interop Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Maydell @ 2021-07-27 20:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Laurent Vivier

This patchset converts docs/barrier.txt to rST, putting
it in the appropriate places:
 * the protocol info lives in interop/
 * the "how to use this" info lives in system/
 * TODO remarks live in the .c file :-)

thanks
-- PMM

Peter Maydell (3):
  docs: Move the protocol part of barrier.txt into interop
  ui/input-barrier: Move TODOs from barrier.txt to a comment
  docs: Move user-facing barrier docs into system manual

 docs/barrier.txt         | 370 ----------------------------------
 docs/interop/barrier.rst | 426 +++++++++++++++++++++++++++++++++++++++
 docs/interop/index.rst   |   1 +
 docs/system/barrier.rst  |  44 ++++
 docs/system/index.rst    |   1 +
 ui/input-barrier.c       |   5 +
 6 files changed, 477 insertions(+), 370 deletions(-)
 delete mode 100644 docs/barrier.txt
 create mode 100644 docs/interop/barrier.rst
 create mode 100644 docs/system/barrier.rst

-- 
2.20.1



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

end of thread, other threads:[~2021-07-29 10:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27 20:41 [PATCH 0/3] docs: Convert barrier.txt to rST Peter Maydell
2021-07-27 20:41 ` [PATCH 1/3] docs: Move the protocol part of barrier.txt into interop Peter Maydell
2021-07-29  9:58   ` Laurent Vivier
2021-07-27 20:41 ` [PATCH 2/3] ui/input-barrier: Move TODOs from barrier.txt to a comment Peter Maydell
2021-07-28 11:55   ` Philippe Mathieu-Daudé
2021-07-29  9:59   ` Laurent Vivier
2021-07-27 20:41 ` [PATCH 3/3] docs: Move user-facing barrier docs into system manual Peter Maydell
2021-07-28  7:34   ` Paolo Bonzini
2021-07-29 10:00   ` Laurent Vivier
2021-07-28  7:34 ` [PATCH 0/3] docs: Convert barrier.txt to rST Paolo Bonzini

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).