summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Bennée2021-02-23 10:59:31 +0100
committerAlex Bennée2021-02-24 12:05:21 +0100
commit93a11007681a8051c07834c52d785a2948ff9632 (patch)
tree25d591619092cc6f12dd9cd34c259887f05098fe /README.rst
parentdocs/devel: add forward reference to check-tcg (diff)
downloadqemu-93a11007681a8051c07834c52d785a2948ff9632.tar.gz
qemu-93a11007681a8051c07834c52d785a2948ff9632.tar.xz
qemu-93a11007681a8051c07834c52d785a2948ff9632.zip
docs: move CODING_STYLE into the developer documentation
There is no particular reason to keep this on it's own in the root of the tree. Move it into the rest of the fine developer manual and fixup any links to it. The only tweak I've made is to fix the code-block annotations to mention the language C. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Claudio Fontana <cfontana@suse.de> Message-Id: <20210223095931.16908-1-alex.bennee@linaro.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ce39d89077..91aa1e314c 100644
--- a/README.rst
+++ b/README.rst
@@ -66,7 +66,9 @@ When submitting patches, one common approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
-guidelines set out in the CODING_STYLE.rst file.
+guidelines set out in the `style section
+<https://www.qemu.org/docs/master/devel/style.html>` of
+the Developers Guide.
Additional information on submitting patches can be found online via
the QEMU website