qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] scripts/git.orderfile: Display decodetree before C source


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
Date: Sat, 18 Jan 2020 11:09:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

Cc'ing qemu-trivial@

On 12/30/19 9:28 AM, Philippe Mathieu-Daudé wrote:
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é <address@hidden>
---
  scripts/git.orderfile | 3 +++
  1 file changed, 3 insertions(+)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]