On Tue, 06 Apr 2021 14:27:41 +0200 Christian Schoenebeck <qemu_...@crudebyte.com> wrote:
> On Dienstag, 23. März 2021 20:40:20 CEST Christian Schoenebeck wrote: > > The original source for the QEMU 9p developers documentation is: > > > > https://wiki.qemu.org/Documentation/9p > > > > This patch set adds it as in-tree .rst file along with its pictures to the > > QEMU source tree. The 9p.rst file has been auto generated by 'pandoc'. > > > > Preview of generated 9p.rst file with pictures: > > > > > > https://github.com/cschoenebeck/qemu/blob/bbc74655d54f2fa9c3eabf485e87f9952 > > 53b8cfd/docs/devel/9p.rst > > > > Picture binary files (omitted as binary blobs from patch 2): > > > > > > https://github.com/cschoenebeck/qemu/tree/bbc74655d54f2fa9c3eabf485e87f9952 > > 53b8cfd/docs/devel/img > > > > Or simply access my '9p.experimental' branch on github. > > > > I have no idea if that fits into the current sphinx/meson concept in this > > form and way. I hope either Peter or Paolo might tell. > > > > The individual patches could also be squashed, I kept them split for now to > > show what pandoc actually did and what I manually adjusted afterwards. > > > > Christian Schoenebeck (4): > > docs/devel: add 9p.rst > > docs/devel: add directory for pictures > > docs/devel/9p: fix references to pictures > > MAINTAINERS: add responsibility for docs/devel/9p.rst > > Ping > > Anyone? On doubt I just leave the 9p developer docs solely on the wiki site. > Hi Christian, Sorry for the delay... well, it is probably handy to have some in-tree documentation. This being said I can't really tell if it makes sense to have an exact copy of the wiki... or if this should simply replace the wiki. Also, do we want to host the png files ? It seems that other in-tree documentation rather relies on ASCII-art, which provides a more terminal-friendly experience. Cheers, -- Greg > > > > MAINTAINERS | 1 + > > docs/devel/9p.rst | 544 +++++++++++++++++++++++++++ > > docs/devel/img/9pfs_control_flow.png | Bin 0 -> 156560 bytes > > docs/devel/img/9pfs_topology.png | Bin 0 -> 51529 bytes > > docs/devel/img/Coroutines_stacks.png | Bin 0 -> 87204 bytes > > 5 files changed, 545 insertions(+) > > create mode 100644 docs/devel/9p.rst > > create mode 100644 docs/devel/img/9pfs_control_flow.png > > create mode 100644 docs/devel/img/9pfs_topology.png > > create mode 100644 docs/devel/img/Coroutines_stacks.png > > Best regards, > Christian Schoenebeck > >