From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "David Hildenbrand" <david@redhat.com>,
"QEMU Trivial" <qemu-trivial@nongnu.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Palmer Dabbelt" <palmerdabbelt@google.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
"Stafford Horne" <shorne@gmail.com>,
"Sven Schnelle" <svens@stackframe.org>
Subject: Re: [PATCH] scripts/git.orderfile: Display decodetree before C source
Date: Sat, 18 Jan 2020 11:09:21 +0100 [thread overview]
Message-ID: <4bf7c585-fe7f-c574-d706-2317e6bcbceb@redhat.com> (raw)
In-Reply-To: <20191230082856.30556-1-philmd@redhat.com>
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
>
next prev parent reply other threads:[~2020-01-18 10:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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é [this message]
2020-01-22 1:26 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4bf7c585-fe7f-c574-d706-2317e6bcbceb@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=david@redhat.com \
--cc=kbastian@mail.uni-paderborn.de \
--cc=palmerdabbelt@google.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=shorne@gmail.com \
--cc=svens@stackframe.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).