All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/git.orderfile: Display decodetree before C source
@ 2019-12-30  8:28 Philippe Mathieu-Daudé
  2020-01-07 10:22 ` Stefano Garzarella
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-30  8:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: David Hildenbrand, Alex Bennée, Palmer Dabbelt,
	Richard Henderson, Philippe Mathieu-Daudé,
	Bastian Koppelmann, Stafford Horne, Sven Schnelle

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>
---
 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
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-22  1:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-30  8:28 [PATCH] scripts/git.orderfile: Display decodetree before C source Philippe Mathieu-Daudé
2020-01-07 10:22 ` Stefano Garzarella
2020-01-07 10:39 ` Alex Bennée
2020-01-18 10:09 ` Philippe Mathieu-Daudé
2020-01-18 10:09   ` Philippe Mathieu-Daudé
2020-01-22  1:26   ` Richard Henderson
2020-01-22  1:26     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.