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; 5+ 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] 5+ messages in thread

* Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
  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é
  2 siblings, 0 replies; 5+ messages in thread
From: Stefano Garzarella @ 2020-01-07 10:22 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: David Hildenbrand, Bastian Koppelmann, Sven Schnelle,
	Palmer Dabbelt, Richard Henderson, qemu-devel, Stafford Horne,
	Alex Bennée

On Mon, Dec 30, 2019 at 09:28:56AM +0100, 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é <philmd@redhat.com>
> ---
>  scripts/git.orderfile | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>

> 
> 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	[flat|nested] 5+ messages in thread

* Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
  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é
  2 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2020-01-07 10:39 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: David Hildenbrand, Bastian Koppelmann, Palmer Dabbelt,
	Richard Henderson, qemu-devel, Stafford Horne, Sven Schnelle


Philippe Mathieu-Daudé <philmd@redhat.com> writes:

> 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: Alex Bennée <alex.bennee@linaro.org>

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


-- 
Alex Bennée


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

* Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
  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-22  1:26   ` Richard Henderson
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-01-18 10:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: David Hildenbrand, QEMU Trivial, Alex Bennée,
	Palmer Dabbelt, Richard Henderson, Bastian Koppelmann,
	Stafford Horne, Sven Schnelle

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



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

* Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
  2020-01-18 10:09 ` Philippe Mathieu-Daudé
@ 2020-01-22  1:26   ` Richard Henderson
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2020-01-22  1:26 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: David Hildenbrand, QEMU Trivial, Alex Bennée,
	Palmer Dabbelt, Bastian Koppelmann, Stafford Horne,
	Sven Schnelle

On 1/18/20 12:09 AM, Philippe Mathieu-Daudé wrote:
> 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é <philmd@redhat.com>

Queued to tcg-next, since no one else has picked this up.


r~


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

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

Thread overview: 5+ 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-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.