[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 4/4] docs: split the CODING_STYLE doc into distin
From: |
Daniel P . Berrangé |
Subject: |
[Qemu-devel] [PATCH v2 4/4] docs: split the CODING_STYLE doc into distinct groups |
Date: |
Thu, 29 Aug 2019 17:07:10 +0100 |
Signed-off-by: Daniel P. Berrangé <address@hidden>
---
CODING_STYLE.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CODING_STYLE.rst b/CODING_STYLE.rst
index 39397f0f6f..427699e0e4 100644
--- a/CODING_STYLE.rst
+++ b/CODING_STYLE.rst
@@ -7,6 +7,9 @@ QEMU Coding Style
Please use the script checkpatch.pl in the scripts directory to check
patches before submitting.
+Formatting and style
+********************
+
Whitespace
==========
@@ -205,6 +208,9 @@ comment anyway.)
Rationale: Consistency, and ease of visually picking out a multiline
comment from the surrounding code.
+Language usage
+**************
+
Preprocessor
============
@@ -526,6 +532,9 @@ are still some caveats to beware of
}
+QEMU Specific Idioms
+********************
+
Error handling and reporting
============================
--
2.21.0
- [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions, Daniel P . Berrangé, 2019/08/29
- [Qemu-devel] [PATCH v2 1/4] docs: convert README, CODING_STYLE and HACKING to RST syntax, Daniel P . Berrangé, 2019/08/29
- [Qemu-devel] [PATCH v2 2/4] docs: merge HACKING.rst contents into CODING_STYLE.rst, Daniel P . Berrangé, 2019/08/29
- [Qemu-devel] [PATCH v2 3/4] docs: document use of automatic cleanup functions in glib, Daniel P . Berrangé, 2019/08/29
- [Qemu-devel] [PATCH v2 4/4] docs: split the CODING_STYLE doc into distinct groups,
Daniel P . Berrangé <=
- Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions, no-reply, 2019/08/29
- Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions, no-reply, 2019/08/29
- Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions, no-reply, 2019/08/29