qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] disas/cris: Use GString instead of sprintf
@ 2024-04-13  5:23 Richard Henderson
  2024-04-13  5:23 ` [PATCH 1/6] disas/cris: Untabify Richard Henderson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Richard Henderson @ 2024-04-13  5:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: edgar.iglesias, philmd

More sprintf cleanup encouraged by the Apple deprecation.
Probably there's a more minimal patch.  On the other hand,
there's certainly a larger cleanup possible.


r~


Richard Henderson (6):
  disas/cris: Untabify
  disas/cris: Remove TRACE_CASE and related code
  disas/cris: Drop with_reg_prefix
  disas/cris: Use GString in print_with_operands and subroutines
  disas/cris: Remove struct cris_disasm_data
  disas/cris: Improve output of register names

 disas/cris.c | 2498 +++++++++++++++++++++-----------------------------
 1 file changed, 1070 insertions(+), 1428 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-04-16  8:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13  5:23 [PATCH 0/6] disas/cris: Use GString instead of sprintf Richard Henderson
2024-04-13  5:23 ` [PATCH 1/6] disas/cris: Untabify Richard Henderson
2024-04-13  5:23 ` [PATCH 2/6] disas/cris: Remove TRACE_CASE and related code Richard Henderson
2024-04-13  5:23 ` [PATCH 3/6] disas/cris: Drop with_reg_prefix Richard Henderson
2024-04-13  5:23 ` [PATCH 4/6] disas/cris: Use GString in print_with_operands and subroutines Richard Henderson
2024-04-13  5:23 ` [PATCH 5/6] disas/cris: Remove struct cris_disasm_data Richard Henderson
2024-04-13  5:23 ` [PATCH 6/6] disas/cris: Improve output of register names Richard Henderson
2024-04-13  8:45 ` [PATCH 0/6] disas/cris: Use GString instead of sprintf Peter Maydell
2024-04-16  8:35 ` Edgar E. Iglesias

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