diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-12-30 09:28:56 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-01-21 15:26:09 -1000 |
commit | 75fa376cdab5e5db2c7fdd107358e16f95503ac6 (patch) | |
tree | e2167f75b483550f50273972d9c754dc6348b960 /scripts/git.orderfile | |
parent | 3c3959f2d9af919e562d37f6d40322a80a90469d (diff) | |
download | qemu-75fa376cdab5e5db2c7fdd107358e16f95503ac6.zip qemu-75fa376cdab5e5db2c7fdd107358e16f95503ac6.tar.gz qemu-75fa376cdab5e5db2c7fdd107358e16f95503ac6.tar.bz2 |
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/git.orderfile')
-rw-r--r-- | scripts/git.orderfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git.orderfile b/scripts/git.orderfile index e897909..1f747b5 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -25,5 +25,8 @@ qga/*.json # headers *.h +# decoding tree specification +*.decode + # code *.c |