From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org, Markus Armbruster <armbru@redhat.com>
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones
Date: Fri, 24 Feb 2023 22:41:14 +0100 [thread overview]
Message-ID: <20230224214114.26464-1-philmd@linaro.org> (raw)
When modifying QAPI scripts and modifying C files along,
it makes sense to display QAPI changes first.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Failed example:
https://lore.kernel.org/qemu-devel/20230224155451.20211-3-philmd@linaro.org/
---
scripts/git.orderfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 8edac0380b..70adc1a74a 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -22,6 +22,8 @@ Makefile*
*.mak
meson.build
+# qapi scripts
+scripts/qapi*
# qapi schema
qapi/*.json
qga/*.json
--
2.38.1
next reply other threads:[~2023-02-24 21:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 21:41 Philippe Mathieu-Daudé [this message]
2023-03-14 17:01 ` [PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones Philippe Mathieu-Daudé
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=20230224214114.26464-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.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).