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

2020-01-21 Thread Richard Henderson
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) bef

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

2020-01-18 Thread Philippe Mathieu-Daudé
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). Sig

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

2020-01-07 Thread Alex Bennée
Philippe Mathieu-Daudé 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-

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

2020-01-07 Thread Stefano Garzarella
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).

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

2019-12-30 Thread Philippe Mathieu-Daudé
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é --- scripts/git.orderfile | 3 +++ 1 f