As of writing this, qemu.org is down, so I've used a one-month old copy[1] of the wiki from 27Aug2021 to do the rST conversion.
My main motivation was to convert SubmitAPatch (when Peter Maydell pointed out on IRC that it's still on the wiki). But it links to a couple more small wiki pages; so I converted them too: - SpellCheck: https://wiki.qemu.org/Contribute/SpellCheck - TrivialPatches: https://wiki.qemu.org/Contribute/TrivialPatches [1] https://web.archive.org/web/20210827130706/https://wiki.qemu.org/Contribute/SubmitAPatch Kashyap Chamarthy (3): docs: rSTify the "SpellCheck" wiki docs: rSTify the "TrivialPatches" wiki docs: rSTify the "SubmitAPatch" wiki docs/devel/spell-check.rst | 29 ++ docs/devel/submitting-a-patch.rst | 460 ++++++++++++++++++++++++++++++ docs/devel/trivial-patches.rst | 53 ++++ 3 files changed, 542 insertions(+) create mode 100644 docs/devel/spell-check.rst create mode 100644 docs/devel/submitting-a-patch.rst create mode 100644 docs/devel/trivial-patches.rst -- 2.31.1