* [PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones
@ 2023-02-24 21:41 Philippe Mathieu-Daudé
2023-03-14 17:01 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-24 21:41 UTC (permalink / raw)
To: qemu-devel, Markus Armbruster; +Cc: Philippe Mathieu-Daudé
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-14 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 21:41 [PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones Philippe Mathieu-Daudé
2023-03-14 17:01 ` Philippe Mathieu-Daudé
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).