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/bbc74655d54f2fa9c3eabf485e87f995253b8cfd/docs/devel/9p.rst Picture binary files (omitted as binary blobs from patch 2): https://github.com/cschoenebeck/qemu/tree/bbc74655d54f2fa9c3eabf485e87f995253b8cfd/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 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 -- 2.20.1