All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tests/qtest: Avoid char arrays in more Arm tests
@ 2026-03-10 15:33 Peter Maydell
  2026-03-10 15:33 ` [PATCH 1/2] tests/qtest/ast2700-gpio-test: Use g_strdup_printf() instead of char arrays Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Maydell @ 2026-03-10 15:33 UTC (permalink / raw)
  To: qemu-arm, qemu-devel
  Cc: Fabiano Rosas, Cédric Le Goater, Steven Lee, Troy Lee,
	Jamin Lin, Andrew Jeffery, Joel Stanley

This patchset fixes a couple more -Wformat-overflow=2 warnings with
gcc 7.5.0. Same issue as this other series I just posted, but two
different files:

https://lore.kernel.org/qemu-devel/20260310151507.2973843-1-peter.maydell@linaro.org/

Since there's no dependency between the two sets of patches I sent
this out as a separate series rather than a v2 with those others
folded in.

thanks
-- PMM

Peter Maydell (2):
  tests/qtest/ast2700-gpio-test: Use g_strdup_printf() instead of char
    arrays
  tests/qtest/aspeed_gpio-test: Use g_strdup_printf() instead of char
    arrays

 tests/qtest/aspeed_gpio-test.c  | 4 ++--
 tests/qtest/ast2700-gpio-test.c | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2026-03-10 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 15:33 [PATCH 0/2] tests/qtest: Avoid char arrays in more Arm tests Peter Maydell
2026-03-10 15:33 ` [PATCH 1/2] tests/qtest/ast2700-gpio-test: Use g_strdup_printf() instead of char arrays Peter Maydell
2026-03-10 17:07   ` Philippe Mathieu-Daudé
2026-03-10 15:33 ` [PATCH 2/2] tests/qtest/aspeed_gpio-test: " Peter Maydell
2026-03-10 17:07   ` Philippe Mathieu-Daudé
2026-03-10 15:50 ` [PATCH 0/2] tests/qtest: Avoid char arrays in more Arm tests Fabiano Rosas

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.