qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] hw/misc: Fix some bad printf format specifiers
@ 2020-11-26 11:11 Alex Chen
  2020-11-26 11:11 ` [PATCH 1/5] i.MX25: Fix " Alex Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex Chen @ 2020-11-26 11:11 UTC (permalink / raw)
  To: peter.maydell, jcd, peter.chubb
  Cc: alex.chen, qemu-trivial, qemu-arm, qemu-devel,
	zhang.zhanghailiang

Find a lot of bad printf format specifiers in hw/misc, fix them.

Alex Chen (5):
  i.MX25: Fix bad printf format specifiers
  i.MX31: Fix bad printf format specifiers
  i.MX6: Fix bad printf format specifiers
  i.MX6ul: Fix bad printf format specifiers
  misc/omap_sdrc: Fix bad printf format specifiers

 hw/misc/imx25_ccm.c  | 12 ++++++------
 hw/misc/imx31_ccm.c  | 14 +++++++-------
 hw/misc/imx6_ccm.c   | 20 ++++++++++----------
 hw/misc/imx6_src.c   |  2 +-
 hw/misc/imx6ul_ccm.c |  4 ++--
 hw/misc/imx_ccm.c    |  4 ++--
 hw/misc/omap_sdrc.c  |  2 +-
 7 files changed, 29 insertions(+), 29 deletions(-)

-- 
2.19.1



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

end of thread, other threads:[~2020-11-30 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-26 11:11 [PATCH 0/5] hw/misc: Fix some bad printf format specifiers Alex Chen
2020-11-26 11:11 ` [PATCH 1/5] i.MX25: Fix " Alex Chen
2020-11-26 11:11 ` [PATCH 2/5] i.MX31: " Alex Chen
2020-11-26 11:11 ` [PATCH 3/5] i.MX6: " Alex Chen
2020-11-26 11:11 ` [PATCH 4/5] i.MX6ul: " Alex Chen
2020-11-26 11:11 ` [PATCH 5/5] misc/omap_sdrc: " Alex Chen
2020-11-30 13:40 ` [PATCH 0/5] hw/misc: Fix some " Peter Maydell

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).