aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-10-23 17:19:15 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-12-10 12:15:01 -0500
commita6195b5b368865cab9200807763a9ad84d4eba64 (patch)
treea4b7f87a96e6312552faf39e109a137d97665af8 /docs
parentfaf20793b5af15ed4bea9c40dd8e6ae46d51be23 (diff)
downloadqemu-a6195b5b368865cab9200807763a9ad84d4eba64.zip
qemu-a6195b5b368865cab9200807763a9ad84d4eba64.tar.gz
qemu-a6195b5b368865cab9200807763a9ad84d4eba64.tar.bz2
docs/devel/loads-stores: Add regexp for DMA functions
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201023151923.3243652-3-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/loads-stores.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devel/loads-stores.rst b/docs/devel/loads-stores.rst
index 59c1225..ee43f5d 100644
--- a/docs/devel/loads-stores.rst
+++ b/docs/devel/loads-stores.rst
@@ -483,6 +483,8 @@ make sure our existing code is doing things correctly.
Regexes for git grep
- ``\<dma_memory_\(read\|write\|rw\)\>``
+ - ``\<ldu\?[bwlq]\(_[bl]e\)\?_dma\>``
+ - ``\<st[bwlq]\(_[bl]e\)\?_dma\>``
``pci_dma_*`` and ``{ld,st}*_pci_dma``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~