From: Philippe Mathieu-Daudé Date: Mon, 30 Dec 2019 08:28:56 +0000 (+0100) Subject: scripts/git.orderfile: Display decodetree before C source X-Git-Tag: v5.0.0-rc0~132^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75fa376cdab5e5db2c7fdd107358e16f95503ac6;p=thirdparty%2Fqemu.git 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é Reviewed-by: Stefano Garzarella Reviewed-by: Alex Bennée Message-Id: <20191230082856.30556-1-philmd@redhat.com> Signed-off-by: Richard Henderson --- diff --git a/scripts/git.orderfile b/scripts/git.orderfile index e89790941cc..1f747b583a9 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -25,5 +25,8 @@ qga/*.json # headers *.h +# decoding tree specification +*.decode + # code *.c