qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

docs: split the CODING_STYLE doc into distinct groups

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

+9
+9
CODING_STYLE.rst
··· 7 7 Please use the script checkpatch.pl in the scripts directory to check 8 8 patches before submitting. 9 9 10 + Formatting and style 11 + ******************** 12 + 10 13 Whitespace 11 14 ========== 12 15 ··· 204 207 205 208 Rationale: Consistency, and ease of visually picking out a multiline 206 209 comment from the surrounding code. 210 + 211 + Language usage 212 + ************** 207 213 208 214 Preprocessor 209 215 ============ ··· 525 531 return g_steal_pointer(&foo); 526 532 } 527 533 534 + 535 + QEMU Specific Idioms 536 + ******************** 528 537 529 538 Error handling and reporting 530 539 ============================