summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-12-30 09:28:56 +0100
committerRichard Henderson <richard.henderson@linaro.org>2020-01-21 15:26:09 -1000
commit75fa376cdab5e5db2c7fdd107358e16f95503ac6 (patch)
treee2167f75b483550f50273972d9c754dc6348b960 /scripts
parent3c3959f2d9af919e562d37f6d40322a80a90469d (diff)
downloadqemu-75fa376cdab5e5db2c7fdd107358e16f95503ac6.zip
scripts/git.orderfile: Display decodetree before C source
To avoid scrolling each instruction when reviewing tcg helpers written for the decodetree script, display the .decode files (similar to header declarations) before the C source (implementation of previous declarations). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20191230082856.30556-1-philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/git.orderfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index e89790941c..1f747b583a 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -25,5 +25,8 @@ qga/*.json
# headers
*.h
+# decoding tree specification
+*.decode
+
# code
*.c